Question
please use java language Define the followings by using subclasses and superclasses. Faculty class should be created. Dean class should be created (But it should
please use java language
Define the followings by using subclasses and superclasses.
Faculty class should be created.
Dean class should be created (But it should extends from Faculty class).
Head of department class should be created (But it should extends from the Dean class).
Academic class should be created (But it should extends from the Head of department class).
Department class should be created (But it should extends from Faculty class).
Lessons class should be created (But it should extends from Academic class).
Student Class must be created. (But it should extends from the Lessons class).
A graduate class must be created (But it should extends from the Student class).
A master student class should be created (But it should extends from the Student class).
Give an example that returns the results for each.
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