Question: Make a program that has 3 classes. One that is ENCperson. It keeps track of the name and the address of the person, There are
Make a program that has 3 classes. One that is ENCperson. It keeps track of the name and the address of the person, There are two other classes, Student and Instructor that both use ENCperson as a base class. All three have a function called displayProfile. The displayProfile for the Instructor puts the word Instructor before the name. In main, have a vector of ENCperson pointers. Populate the vector with at least 3 students or instructors. Then, go through the vector, and call displayProfile on each object.
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
