Réponse
super
Colonne
Explication
e.g. in the class "CIrcusperson", super is used like to access the properties that were previously defined in Class Person : super(name, lastname);
Question
keyword - indicates that some properties of a child "class" come from the Parent 'class"'s constructor?
Thématique






