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 to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Databases A Beginners Guide

Authors: Andy Oppel

1st Edition

007160846X, 978-0071608466

More Books

Students also viewed these Databases questions

Question

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

Answered: 1 week ago

Question

5. Identify three characteristics of the dialectical approach.

Answered: 1 week ago

Question

6. Explain the strengths of a dialectical approach.

Answered: 1 week ago

Question

4. Explain the strengths and weaknesses of each approach.

Answered: 1 week ago