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