super-reference
There are 3 repositories under super-reference topic.
MSH-trojan/Java_21_Inh_2
A program demonstrating a student with their name, ID number, year of study, major , and fees based on their courseload with the consideration of the year of their study.
MSH-trojan/Java_21_Inh_3
A program using inheritance for students and Undergrad-Phd students. a good practice to see different functions we can use in each class.
MSH-trojan/Java_21_Inheritance_2
An interesting program showing the override of a method in the derived class from it's base class using the super reference.