super() is used to call the immediate parent . super() can be used with instance members, i.e., instance variables and instance methods. super() can be used within a constructor to call the constructor of the parent class.
super() is used to call the immediate parent . super() can be used with instance members, i.e., instance variables and instance methods. super() can be used within a constructor to call the constructor of the parent class.