What is the Keyword for Adding Superclass in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What is the Keyword for Adding Superclass in Java?

27th Apr 2017, 12:10 PM
Min Somai
Min Somai - avatar
2 Answers
+ 31
extends Like, class Student extends Person
27th Apr 2017, 12:13 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 9
thank you, I now get it - Inheritance
27th Apr 2017, 12:15 PM
Min Somai
Min Somai - avatar