Write the abstract class of Person having abstract methods of set name, get name, set age and get age.
Also create two child classes
Student: having Registration and CGPA
Teacher: having Specialization and pay
Create menu to add, display, update the values of Students and Teachers using polymorphism technique?
Write the abstract class of Person having abstract methods of set name, get name, set age and get age. Also create two child classes Student: having Registration and CGPA Teacher: having Specialization and pay Create menu to add, display, update the values of Students and Teachers using polymorphis
Under discussion
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet