Use c++ code!!! please not use solution other one answered thank you c++ question. One educational company wants to build a database of its employees. The database is divided into a number of classes (Staff, Lecturer, Executive, Education, Worker, Permanent, and Temporary) whose hierarchical relationships are shown in following figure. The figure also shows the minimum information required for each class. The class Temporary has two private members wagePerHour and hour. The salary is calculated as wage * hour. Create all classes and define functions to create the database and retrieve individual information as and when required. Write a driver program to test the class Lecturer, Executive, Permanent, and Temporary. one example format for output as attached
Use c++ code!!! please not use solution other one answered thank you
c++ question. One educational company wants to build a
Step by step
Solved in 5 steps with 4 images