Question: For C++ programming.Create a phonebook application with base class of Contact with the private fields of name, phone, and email and a Personal subclass consisting

For C++ programming.Create a phonebook application with base class of Contact with the private fields of name, phone, and email and a Personal subclass consisting of (birthdate and anniversary date fields) and a Business subclass consisting of a fax number and a website/url fields. All classes should have display functions. Allow for the user to also read in contacts from a file and save contacts to a file.

The following elements must be incorporated into the program.

-strings

-classes AND constructors

-dynamic arrays OR vectors

-inheritance OR polymorphism

-templates

-exception handling

the program should be completely free of any errors and all data entry should be validated/exception handling.! comments throughout the program would be appreciated. thank you.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!