Question: write this project with c++ plz with these step Description: Apply what you have learned in OOP, Inheritance, Polymorphism and Files 1/O techniques (if topics
write this project with c++ plz with these step


Description: Apply what you have learned in OOP, Inheritance, Polymorphism and Files 1/O techniques (if topics are covered) 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 For each of the derived classes, we need to store the information shown in the below table: Requirements 1. For every class, you need to build a default/parametrized constructor, 2. The default constructors set the objects' data members to initial values, 3. Parametrized constructors are used to set objects' data members using the values passed to the objects during instantiation, 4. For every attribute in every class, you need to build a set/get function, 5. readData() function is used to read all the object's data members from the user, 6. print() function is used to print all object's data to the screen, 9. readData and print functions must be implemented using Polymorphism techniques, (if topic is covered) 11. It is not known how many objects will be added or their order of addition. Teamwork 1. You need to divide yourselves into groups of 4 students each maximum, 2. Every group must choose a leader amongst themselves, 3. The leader is responsible (in addition to programming) of assigning tasks to every student in the group, 4. At the end of the project's due date, the leader is responsible of uploading all project's files to the specified folder on the Blackboard system (will be announced later), 5. The leader must specify the tasks assigned to each member of the group in the final report
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
