Abstract class

From CSSEMediaWiki
Revision as of 10:07, 24 November 2010 by Ebybymic (Talk | contribs)
Jump to: navigation, search

Any class that has abstract method declarations or any class inheriting from an abstract class without supplying an implementation for every abstract method in the super-class.

Objects of an abstract class cannot be instantiated. Abstract classes are commonly used in inheritance hierarchies.

See Also


Personal tools