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 is created implicitly which is referred by super reference variable. 1. super can be used to refer immediate parent class instance variable.
Read moreWhat is meant by super class?
Definition of superclass : a category in biological classification ranking below a phylum or division and above a class .
Read more