CS 1713 Introduction to Computer Science, Spring 2007 Project 3 Comments

This project was graded on the basis of 20 points.
If you got less than 15 on this project, you should see me.
Bring your returned graded project so that we can discuss it.

  1. The design was the most important part of this project.
  2. The constructor for PopularBook should not contain a city list.
    This is initially empty.
  3. Use instanceof to see if a book is a TechnicalBook, etc.
  4. You should not be able to add 2 books with the same title.
  5. BookCatalog should not print. It should return Strings.
The following files give a partial solution to this problem.