Superclass
From CSSEMediaWiki
(Difference between revisions)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
==See Also== | ==See Also== | ||
− | [[Subclass]] | + | *[[Subclass]] |
*[[Inheritance]] | *[[Inheritance]] | ||
*[[Class versus Object]] | *[[Class versus Object]] |
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 |