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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started