Write an Employee class that keeps data attributes for the following pieces of information: · Employee Name · Employee Number Next, write a class named ProductionWorker that is a subclass of the Employee class. The ProductionWorker class should keep data Read More …