Superclass
From CSSEMediaWiki
(Difference between revisions)
(New page: A superclass is a class from which other classes are derived.) |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A superclass is a class from which other classes are derived. | A superclass is a class from which other classes are derived. | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Subclass]] | ||
+ | *[[Inheritance]] | ||
+ | *[[Class versus Object]] | ||
+ | |||
+ | {{Nomenclature}} | ||
+ | |||
+ | [[Category: Nomenclature]] |
Latest revision as of 03:23, 25 November 2010
A superclass is a class from which other classes are derived.
See Also
Nomenclature | |
---|---|
Techniques: Abstraction | Aggregation versus Composition | Association versus Dependency | Coupling | Encapsulation | Information hiding | Inheritance | Multiple Inheritance | Overloading | Polymorphism
Features: Abstract class | Class versus Object | Component versus Module | Instance | Interface | Method | Package versus Namespace | Superclass | Subclass |