Question: ****please don't copy from another**** Question Four ( 1 Mark ) Learning Outcome(s): LO3 Draw an Inheritance hierarchy for students at a university similar to
****please don't copy from another****

Question Four ( 1 Mark ) Learning Outcome(s): LO3 Draw an Inheritance hierarchy for students at a university similar to the hierarchy as shown in the Figure below. CommunityMember Instructors: Design and implement programs using object oriented programming concepts such as encapsulation, inheritance, polymorphism, abstract classes and methods. Employee Student Alumnus Faculty Staff Administrator Teacher Figure: Inheritance hierarchy for university Community Member Use Student as the superclass of the hierarchy, 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 DoctoralStudent and Masters Student might be subclasses of Graduate Student. After drawing the hierarchy, discuss the relationships that exist between the classes. [Note: You do not need to write any code for this question]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
