Subclass
From CSSEMediaWiki
(Difference between revisions)
m (grammar) |
|||
Line 1: | Line 1: | ||
A subclass is class that in the current scope of discussion is below another class in the inheritance hierarchy. In a more strict definition a subclass is a class that is derived from another class or classes. Many languages have a base Object class all classes in these languages are technically subclasses. | A subclass is class that in the current scope of discussion is below another class in the inheritance hierarchy. In a more strict definition a subclass is a class that is derived from another class or classes. Many languages have a base Object class all classes in these languages are technically subclasses. | ||
− | ==See Also== | + | >==See Also== |
*[[Superclass]] | *[[Superclass]] | ||
*[[Inheritance]] | *[[Inheritance]] | ||
Line 9: | Line 9: | ||
[[Category: Nomenclature]] | [[Category: Nomenclature]] | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://alegifik.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://alegifik.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 06:55, 18 November 2010
A subclass is class that in the current scope of discussion is below another class in the inheritance hierarchy. In a more strict definition a subclass is a class that is derived from another class or classes. Many languages have a base Object class all classes in these languages are technically subclasses.
>==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 |