EECS2030 Test 4
Instructions
There is one programming question and three other questions.
Programming question
Implement the PictureBook class. A skeleton can be found
here. The API can be found
here. A jar with the Book
class can be found here.
- You have to put your PictureBook class in the test4 package.
- You have to implement inheritance and composition.
Other questions