Question: Implement a super class Employee with attributes EmpName, EmpID and Salary and a method SalaryStatus(). Implement three subclasses BuildingManager, ProcurementManager and LogisticsManager. The salary for

Implement a super class Employee with attributes EmpName, EmpID and Salary and a method SalaryStatus(). Implement three subclasses BuildingManager, ProcurementManager and LogisticsManager. The salary for each is 10,000, 12,000 and 15,000 respectively.
Write a main function. In main function, create a list of employees. On each index there should be a different type of employees. Display the information for each employee.
IN PYTHON.
Implement a super class Employee with attributes EmpName, EmpID and Salary and a method SalaryStatus(). Implement three subclasses BuildingManager, ProcurementManager and LogisticsManager. The salary for each is 10,000, 12,000 and 15,000 respectively.
Write a main function. In main function, create a list of employees. On each index there should be a different type of employees. Display the information for each employee.

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!