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
Solution Code and output include include include using namespace std class faculty protected string ... View full answer
Get step-by-step solutions from verified subject matter experts
