Question: Write a class named Student having two member functions named writeExam () and submitAssignment (). Create two sub classes UnderGraduate and Graduate of Student class.

Write a class named Student having two member functions named writeExam () and submitAssignment (). Create two sub classes UnderGraduate and Graduate of Student class. Both sub classes overrides all functions of Students class. Create the object of these classes and call both methods using polymorphism concepts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
