Abstract class
From CSSEMediaWiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
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. | 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. | ||
+ | |||
+ | [[Category: Nomenclature]] |
Revision as of 14:25, 8 August 2009
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.