Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Think about the type of constructors required by each class and implement them accordingly.  This will not be the final version of the classes, they may have to be be modified again.

Implement an equals() method on the Item and Product classes.  Think about equality for the objects of these classes, what does it mean?  Whatever you decide, implement it.

...