Answered You can hire a professional tutor to get the answer.
For marking purposes run the program and use the following data. data to he entered labourer name : blue id : 3434 salary : 41000 department :...
Using c++.In this question, we model a database of employees of a company. Assume that there are only three types of employees: managers, scientists and labourers. The database is to store a name, an employee number, and a salary for each employee. In addition, for managers a title is stored, for scientists the number of publications is stored, for labourers a department is stored. We will use a base class called employee and three derived classes: labourer, scientist and manager as shown below.
- Write the required member functions for implementing these classes in the program employeetypes.
- Draw the class diagram using the UML drawing tool.For marking purpose just submit the screenshot of your class diagram.
- Attachment 1
- Attachment 2
- Attachment 3
- Attachment 4
- Attachment 5