Abstract class

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: Any class that has abstract method declarations or any class inheriting from an abstract class without supplying an implementation for every abstract method super-class.)
 
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 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.

Revision as of 05:29, 13 September 2008

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.

Personal tools