Question: In C++ Define a class Employee that has as its members the employee_name and employee_ssn both of type string. Write a driver that inputs from

In C++

In C++ Define a class Employee that has as its members the

Define a class Employee that has as its members the employee_name and employee_ssn both of type string. Write a driver that inputs from the keyboard the total number of employees you would like to enter in the array, then creates a dynamic array of type Employee and inputs the information for each employee. Once you populate the database (stored all information), display the entire database. Remember to delete the dynamic array pointer before exiting the program. Call your program ex3_2.cpp

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!