Question: 2 . 2 : Developing a Tracking Implementation of the IDialLock Interface To get started, make your class implement the IDialLock interface. The IDE should
: Developing a "Tracking" Implementation of the IDialLock Interface
To get started, make your class implement the IDialLock interface. The IDE should prompt you to insert 'default stub' implementations of the abstract methods in the interface.
Next, add the following fields to the class:
int maxTicks this stores an upper bound on the digits around the lock.
int these are the three secret digits needed to open the lock.
int currentTick the number the lock's dial is currently pointing towards between maxTicks
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
