Question
Implement class Doctor that inherits from Person. Declare the following private attributes: int publications, Boolean head Of Dept. Implement the to String() method that prints all the information about a Doctor,including the inherited attributes. Implement the method isHeadofDept () that increments the base Salary wi
Question image 1Question image 2Question image 3Question image 4Question image 5