Super keyword in java
In this article we will look into theĀ super keyword in java. The super keyword in Java play important role in the concept of inheritance. The super keyword in Java is a reference variable which is used to refer immediate parent class object. Whenever you create the instance of subclass, an instance of parent class … Read more