Answer to Question #10248 in C++ for Kewal

Question #10248
In this assignment you are required to develop a program for managing a list of conference participants. The aim is to read a list from a file and write letters to participants who have not paid their fees.
There are two kinds of participants: academic and students. Each participant has an affiliation, name and address. Academic participants must be addressed by their academic title, and students are recorded by their student number.
You will need to author one class, participant, and two subclasses, academic and student. The participant class should be a virtual class containing data members and member functions that apply to every participants. Each of the three classes should be in its own file with separate header files. Details are below.
Task 1
Create a class participant based on the following class diagram:
Participant
string FirstName
string SurName
bool PaidFee
bool SentLetter
virtual void Write()
Make sure that all data members are private, and that you create getters and setters.
1
Expert's answer
2012-05-31T07:43:54-0400
Unfortunately, your question requires a lot of work and cannot be done for free.
Submit it with all requirements as an assignment to our control panel and we'll assist you.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS