Subclass

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
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. As many languages have a base Object class all classes in this language 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==  

Revision as of 20:34, 13 October 2009

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


Personal tools