Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

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

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

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

5. How do instructional objectives help learning to occur?

Answered: 1 week ago