Question: i want solve this question its about c++ Description: Apply what you have learned in OOP, Inheritance, Polymorphism and Files I/O techniques to build the

i want solve this question its about c++

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. For each of the derived classes, we need to store the information shown in the below table: Class Attributes Type Employee Salary double Staff Department string Faculty Specialty string AcademicRank string Administrator Position string Teacher HoursPerWeek unsigned int Student GPA double CourseLoadHours unsigned int Alumnus YearOfGraduation unsigned int CurrentJob string Requirements 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. Parametrized constructors are used to set objects data members using the values passed to the objects during instantiation, 5. For every class you must implement a readData() function to read all the objects data members from the user, 6. For every class you must implement a print() function to print all objects 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 users choice, 10. 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 3 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 projects due date, the leader is responsible of uploading all projects files to the Groups specified folder on the Blackboard system, 5. The leader must specify the tasks assigned to each member of the group in the final report.i want solve this question its about c++ Description: Apply what youhave learned in OOP, Inheritance, Polymorphism and Files I/O techniques to buildthe above shown CommunityMember hierarchy. For all classes we need to store

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. Requirements 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. Parametrized constructors are used to set objects' data members using the values passed to the objects during instantiation, 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. Teamwork 1. You need to divide yourselves into groups of 3 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 Group's specified folder on the Blackboard system, 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

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!