Question: Using the concept of INHERITANCE write a java program for calculating the tuition fee, scholarship of the student. Implement different classes, for example, there are
- Using the concept of INHERITANCE write a java program for calculating the tuition fee, scholarship of the student.
Implement different classes, for example, there are Bachelor students, graduate students, in state students, outstate students, international students, etc.
And also, there are common attributes between them like student ID, student name, DOB, enrollment year, GPA, etc.
Keep all the common attributes in the superclass and revoke them in the subclass.
Using all the above factors calculate the tuition fee and scholarship.
Concept of INHERITANCE should be must.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
