Question: You will design various classes and make a program to computerize the billing system of a hospital. a. Define a class personType having members of

You will design various classes and make a program to computerize the billing system of a hospital.

a. Define a class personType having members of id, name, cnic. Define overloaded constructor, getter/setters and destructor.

b. Design the class doctorType, inherited from the class personType, with an additional data member to store a doctor's speciality. Add appropriate constructors and member functions to initialize, access, and manipulate the data members.

c. Design the class billType with data members to store a patient's ID and a patient's hospital charges, such as pharmacy charges for medicine, doctor's fee, and room charges. Add appropriate constructors and member functions to initialize and access and manipulate the data members.

d. Design the class patientType, inherited from the class personType, with additional data members to store a patient's ID, age, date of birth, attending physician's name, the date when the patient was admitted in the hospital, and the date when the patient was discharged from the hospital. (Use the class dateType to store the date of birth, admit date, discharge date, and the class doctorType to store the attending physician's name.) e. Add appropriate constructors and member functions to initialize, access, and manipulate the data members.

Then make a program to test your classes.

Note:

Solve as soon as possible

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 Programming Questions!