0

what is meant by super keyword

13th Jul 2016, 12:53 PM
ksv prasad
ksv prasad - avatar
2 odpowiedzi
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
13th Jul 2016, 8:27 PM
Vamsi Manepalli
Vamsi Manepalli - avatar
0
you can access super class method and variable using super keyword
6th Aug 2016, 4:29 PM
sachin tomar
sachin tomar - avatar