Draw a UML class diagram
Design the class Doctor, inherited from the class Person, with an additional data member to store a doctor’s specialty. Add appropriate constructors and methods to initialize, access, and manipulate the data members.
Design the class Bill with data members to store a patient’s ID and the patient’s hospital charges such as pharmacy charges for medicine, the doctor’s fee, and the room charges. Add appropriate constructors and methods to initialize, access, and manipulate the data members.
Design class Patient, inherited from the class Person, with additional data members to store a patient’s ID, age, date of birth, attendingphysician’s name, the datewhenthepatientwas admittedin the hospital, and the date when the patient was discharged from the hospital. (Use the class Date to store the date of birth, admit date, discharge date, and the class Doctor to store the attending physician’s name.) Add appropriate constructorsandmethodsto initialize, access,andmanipulate the data members
The answer to your question is provided in the image:
Comments
Leave a comment