Question: Requirements: - In Python 3.x.x - Please make sure you meet all the criterias and answer all the questions 1) Employee Class Write an Employee
Requirements:
- In Python 3.x.x
- Please make sure you meet all the criterias and answer all the questions


1) Employee Class Write an Employee class that keeps data attributes for the following pieces of information: Note: For all classes, the attributes must be hidden Employee Name Employee Number Hire Date Create accessors and mutators Attributes should be hidden Create a class attribute that determines a standard pay rate adjustment 4% for raises 2) ProductionWorker Class Write a class named ProductionWorker that is a subclass of Employee that holds the following attributes: Shift number (should be an integer) Pay rate Create accessors and mutators 3) ShiftSupervisor Class Write a class named ShiftSupervisor that is a subclass of Employee that holds the following attributes: o Shifi uurmber Pay rate Create accessors and mutators 1) Employee Class Write an Employee class that keeps data attributes for the following pieces of information: Note: For all classes, the attributes must be hidden Employee Name Employee Number Hire Date Create accessors and mutators Attributes should be hidden Create a class attribute that determines a standard pay rate adjustment 4% for raises 2) ProductionWorker Class Write a class named ProductionWorker that is a subclass of Employee that holds the following attributes: Shift number (should be an integer) Pay rate Create accessors and mutators 3) ShiftSupervisor Class Write a class named ShiftSupervisor that is a subclass of Employee that holds the following attributes: o Shifi uurmber Pay rate Create accessors and mutators
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
