Draw an inheritance hierarchy for students at a university similar to the hierarchy shown in Fig.. Use Student as the superclass of the hierarchy, then extend Student with classes Under-graduateStudent and GraduateStudent. Continue to extend the hierarchy as deep (i.e., as many levels) as possible. For example, Freshman, Sophomore, Junior and Senior might extend UndergraduateStudent, and DoctoralStudent and MastersStudent might be subclasses of Gradu-ateStudent. After drawing the hierarchy, discuss the relationships that exist between the classes. [Note: You do not need to write any code for this exercise.]
Fig. |Inheritance hierarchy for university CommunityMembers.

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.