Question: 1 . The CustomRegister class should implement the Register interface and should have one class variable of type HashMap named register. It should also contain
The CustomRegister class should implement the Register interface and should have one class variable
of type HashMap named register. It should also contain the following methods:
CustomRegister: It should initialize the class variable register with an empty HashMap.
void addAttendanceint a: The array a contains the IDs of students. The attendance of a
student is equal to the number of times hisher ID occurs in a Add the attendances to the
register variable in the form
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
