Question: Class Department Head: Implement a class Department Head that implements academic and administrator interfaces with the following characteristics: Attributes: name String DepName String ReducedLoad int
Class Department Head: Implement a class Department Head that implements academic and administrator interfaces with the following characteristics: Attributes: name String DepName String ReducedLoad int Constructor: The constructor to initialize all fields. Methods: Override the method Salary in interface ( Academic) to compute the net salary as described above. Override the method Print in Interface (Administrator) to print the information of the department head. A method called Check to check whether the department head has no reduced load
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
