Method Overloading is a feature that allows a class to have more than one method having the same name, if their argument lists are different. It is sim…
Read more
Showing posts from January, 2020Show all
Super keyword in java with example
BHOLU SINGH
0
Comments
The super keyword refers to the objects of immediate parent class. Before learning super keyword you must have the knowledge of inheritance in Java so t…
Read more