Question: C++: Create two classes (Person and Employee) Create a functional main menu where the use of the class is implemented Create a random generator for
C++:
- Create two classes (Person and Employee)
- Create a functional main menu where the use of the class is implemented
- Create a random generator for the assignment of the Employee Number
- Use an array of Employees in the main to store data of all the employees.
- Use best practices in the creation of class
- Implement the use of inheritance.
Class Person:
- First Name
- Last Name
- dob (date of brith)
- SSN
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
