Employee and Production Worker Classes Design an Employee class that has fields
ID: 3547619 • Letter: E
Question
Employee and Production Worker Classes
Design an Employee class that has fields for the following pieces of information: . Employee name . Employee number. Next, design a class named ProductionWorker that extends the Employee class. The ProductionWorker class should have fields to hold the following information:
The shift field will hold an integer value representing the shift that the employee works. The day shift is shift 1 and the night shift is shift 2.
Design the appropriate accessor and mutator methods for each class. Once you have designed the classes, design a program that creates an object of the ProductionWorker class and prompts the user to enter data for each of the object
Explanation / Answer
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.