Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a c++ program to do the following Description: Apply what you have learned in OOP, Inheritance, Polymorphism and Files I/O techniques to build the

write a c++ program to do the following
image text in transcribed
image text in transcribed
Description: Apply what you have learned in OOP, Inheritance, Polymorphism and Files I/O techniques to build the above shown CommunityMember hierarchy. For all classes we need to store the following information: 1. ID: unsigned long int. 2. FirstName: string. 3. LastName: string. 4. Address: string. 5. CellPhone: unsigned long int. 1. For every class, you need to build a default/parametrized constructor, 2. For every attribute in every class, you need to build a set/get function, 3. The default constructors should initialize all the objects' data members to its default values, 4. You should validate the entered information in each of the set functions and use them in the parametrized constructors which are used to set objects' data members, 5. For every class you must implement a readData() function to read all the object's data members from the user, 6. For every class you must implement a print() function to print all object's data to the screen, 7. Your program must be able to write all objects' data to the binary file "Community.dat", using the printToFile functions, 8. Your program should be able to read and append to the "Community.dat" file as needed, using the readfromFile functions, 9. Your main file must be able to store/retrieve data to/from output/input files depending on the user's choice, 10. It is not known how many objects will be added or their order of addition

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

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

Recommended Textbook for

Ai And The Lottery Defying Odds With Intelligent Prediction

Authors: Gary Covella Ph D

1st Edition

B0CND1ZB98, 979-8223302568

More Books

Students also viewed these Databases questions

Question

e. What do you know about your ethnic background?

Answered: 1 week ago

Question

b. Why were these values considered important?

Answered: 1 week ago