Question: Use python to create this program. 1) Employee Class Write an Employee class that keeps data attributes for the following pieces of information: Note: For



Use python to create this program.
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
