filmov
tv
this vs super keyword in java / this keyword in java /super keyword in java

Показать описание
#this #super #keyword #java
this statement -
If we want to call any constructor from any other constructor within same class, we can call using this statement.
It must be first statement inside constructor.
super statement :
We can call super class Constructor using super statement.
Super statement must be first statement inside the constructor.
We can call super class members inside the subclass method by using super keyword.
this statement -
If we want to call any constructor from any other constructor within same class, we can call using this statement.
It must be first statement inside constructor.
super statement :
We can call super class Constructor using super statement.
Super statement must be first statement inside the constructor.
We can call super class members inside the subclass method by using super keyword.