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