Difference between revisions of "Subclass"

From GNUstepWiki
Jump to navigation Jump to search
(No difference)

Revision as of 07:34, 1 September 2005

Any class that's one step below another class in the inheritance hierarchy.

Occasionally the more general interpretation of subclass would be: any class that inherits from another class.

Sometimes to subclass is used to describe the process of defining a subclass of another class.