super
is a keyword in Java. It refers to the immediate parents property.
super() //refers parent's constructor
super.getMusic(); //refers to the parent's method
–
Read More on super
super
is a keyword in Java. It refers to the immediate parents property.
super() //refers parent's constructor
super.getMusic(); //refers to the parent's method
–
Read More on super