Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+20.19. Let A ,., () = [IZ, - Z|

Answered: 1 week ago