Question: NOTE: WRITE IN C++ LANGUAGE Q. No. 01: Create a class named Person, which contains A pure virtual function named print() Two data fields i.e.

 NOTE: WRITE IN C++ LANGUAGE Q. No. 01: Create a class NOTE: WRITE IN C++ LANGUAGE

Q. No. 01: Create a class named Person, which contains A pure virtual function named print() Two data fields i.e. personName and age Separate getters & setters for data members A class named Patient inherits Person class, which contains Two data fields i.e. disease Type and recommended Medicine Overridden function print0 to display all details relevant to a patient Separate getters & setters for data members A class named Medicare Patient inherited from class Patient, which holds A data field representing the name of the hospital A data filed representing the name of the ward A data field representing room number Overridden function print() to display all details relevant to a patient Separate getters & setters for data members In the main function, create instances of derived classes to access respective print() function using dynamic binding

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