0
what is meant by super keyword
2 Réponses
0
super keyword is used when you have to access methods from the superclass. example - super.print(); this will call the print method from the superclass
0
you can access super class method and variable using super keyword