Question: Design and implement a class called SkinConsultationManager, which implements the interface SkinConsultationManager . SkinConsultationManager maintains the list of the doctors and provides all the methods
Design and implement a class called SkinConsultationManager, which implements the interface SkinConsultationManager . SkinConsultationManager maintains the list of the doctors and provides all the methods for the system manager.
The class SkinConsultationManager should display in the console a menu, containing the following management actions from which the user can select one.
Add a new doctor in the system. It should be possible to add a new doctor, with all the relevant information. You should consider that the centre can allocate a maximum of 10 doctors
Delete a doctor from the system, selecting the medical licence number. Display a message with the information of the doctor that has been deleted and the total number of doctors in the centre.
Print the list of the doctors in the consultation centre. For each doctor, print on the screen all the stored information. The list should be ordered alphabetically according to the doctor surname.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
