Answered You can hire a professional tutor to get the answer.

QUESTION

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
For marking purposes run the program and use the following data. data to he entered labourer name : blue id : 3434 salary : 41000department : shipping manager name : yellow id : 565 salary : 54000 title : accountsmanager scientist name : green id : 234 salary : 79000 number of publications : 23
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question