Question: Modify the above program to declare an array of pointers to Faculty. Using dynamic memory allocation, create an object of permanent or visiting faculty as

Modify the above program to declare an array of pointers to Faculty. Using dynamic memory allocation, create an object of permanent or visiting faculty as indicated by the user (get user choice).Once the user has entered data for faculty, call the salary method for each object and display the salary.

Step by Step Solution

3.47 Rating (177 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Solution Code and output include include include using namespace std class faculty protected string ... View full answer

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 Programming Questions!