Design the class doctortype inherited from the class


Question:

Part 1: Design the class doctorType, inherited from the class personType, defined in Chapter 12, 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.

Part 2: 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.

Part 3: Design the class patientType, inherited from the class personType, defined in Chapter 12, 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.)

Describe each and every question in depth with examples.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Design the class doctortype inherited from the class
Reference No:- TGS0947826

Expected delivery within 24 Hours