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