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
Get step-by-step solutions from verified subject matter experts
