Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Create a contact manager program. The program must use at least a menu at the beginning with multiple options including an option to exit
C++
Create a contact manager program. The program must use at least a menu at the beginning with multiple options including an option to exit the program. The program will run continuously, in a cyclic manner until the user chooses to exit. Sublevel menus are allowed. The program must use classes, objects, and inheritance. Objects must be used in both a has-a and an is-a relationship. All class implementations must be separated from declarations into proper .cpp and .h files.
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