Question: 2 . 2 : Developing a Tracking Implementation of the IDialLock Interface To get started, make your class implement the IDialLock interface. The IDE should

2.2: 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 s1,s2,s3- these are the three secret digits needed to open the lock.
int currentTick - the number the lock's dial is currently pointing towards (between 0..maxTicks).
 2.2: Developing a "Tracking" Implementation of the IDialLock Interface To get

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!