+ 1
What is the use of extends??
3 Réponses
+ 4
In java extends is used for inheritance. You should have a look on java tutorial because its a little bit complicated. Please always give as most information as possible. (like on which language)
+ 3
Edited thank you man appreciated
+ 2
Daniele Bonomi in C#, you just use "Class2 : Class1" for inheritance