Employee and ProductionWorker Classes
Create an Employee class that has properties for the following data:
Next, create a class named ProductionWorker that is derived from the Employee class. The ProductionWorker class should have properties to hold the following data:
The workday is divided into two shifts: day and night. The Shift property 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.
Create an application that creates an object of the ProductionWorker class and lets the user enter data for each of the object’s properties. Retrieve the object’s properties and display their values.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here