Jump to content

Ancestor class

From EDM2
Revision as of 23:20, 11 October 2017 by Martini (talk | contribs) (Created page with "A class from which another class inherits instance methods, attributes, and instance variables, either directly or indirectly. A direct descendant of an ancestor class is call...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A class from which another class inherits instance methods, attributes, and instance variables, either directly or indirectly. A direct descendant of an ancestor class is called a child class, derived class, or subclass. A direct ancestor of a class is called a parent class, base class, or superclass.