super can be used to call parent class’ variables and methods . super() can be used to call parent class’ constructors only.
super can be used to call parent class’ variables and methods . super() can be used to call parent class’ constructors only.