Question: c++ Question 2: Employee & Production Worker Design a class named Employee. The class should keep the following information in Employee name Employee number Hire

Question 2: Employee & Production Worker Design a class named Employee. The class should keep the following information in Employee name Employee number Hire date Write one or more constructors and the appropriate accessor and mutator functions for the class. Next, write a class named Production Worker that is derived from the Employee class. The Production Worker class should have member variables to hold the following information: Shift (an integer) Hourly pay rate (a double) The workday is divided into two shifts: day and night. The shift variable 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. Write one or more constructors and the appropriate accessor and mutator functions for the class. The most important part of developing a program/software is the design process. You are required to create psuedocode and a class diagram for each of the following questions. You may use any tool you desire to create your class diagram, but it cannot be hand drawn. Please note you are not asked to write and C++ code and psuedocode should not include an C++ elements such as but not limited to semicolons, cout, and cin. Due at 11:55pm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
