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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started