Superclass
From CSSEMediaWiki
(Difference between revisions)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
|||
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]] | *[[Subclass]] | ||
*[[Inheritance]] | *[[Inheritance]] | ||
Line 9: | Line 9: | ||
[[Category: 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 |