Sub class and super class | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Sub class and super class

Please its nice if someone could say me the proper meaning for sub class and super class

17th Sep 2017, 3:33 PM
Fauzan Cassim
Fauzan Cassim - avatar
3 Réponses
+ 1
Thank you tashi N
17th Sep 2017, 3:51 PM
Fauzan Cassim
Fauzan Cassim - avatar
+ 7
Super class: the class where you derive from, also called parent or base class. Sub class: The class that extends the super class. It is also called child class.
17th Sep 2017, 3:35 PM
Tashi N
Tashi N - avatar
+ 5
super (Latin): above sub (Latin): beyond To add some historical context ^^
17th Sep 2017, 3:44 PM
Tashi N
Tashi N - avatar