Parent class: Difference between revisions
Appearance
Created page with "A class from which another class inherits instance methods, attributes, and instance variables. A parent class is sometimes called a base class or superclass. Category:Glo..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A class from which another class inherits instance methods, | A class from which another class inherits instance methods, [[attribute]]s, and instance variables. A parent class is sometimes called a base class or superclass. | ||
[[Category: | [[Category:Stub]] |
Revision as of 22:07, 28 October 2017
A class from which another class inherits instance methods, attributes, and instance variables. A parent class is sometimes called a base class or superclass.