Question: Q2 using java Draw an inheritance hierarchy for students at a university. Use Student as the superclass of the hierarchy, and then extend Student with
Q2 using java
Draw an inheritance hierarchy for students at a university. Use Student as the superclass of the hierarchy, and then extend Student with classes Undergraduate Student and Graduate Student. Continue to extend the hierarchy as deep (i.e., as many levels) as possible. For example, freshman, sophomore, Junior and Senior might extend undergraduate Student, and Doctoral Student and Masters Student might be subclasses of graduate Student. After drawing the hierarchy, discuss the relationships that exist between the classes. Write a program that illustrates the above idea of hierarchy.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
