Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started