Problem
Think about the type of constructors required by each class and implement them accordingly.
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.
Solution
Starting Point - v03 | Starting Point - v03 |
---|---|
Related articles