Abstract method: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
In [[computer science]]'s [[object-oriented programming]], an '''abstract method''' is |
In [[computer science]]'s [[object-oriented programming]], an '''abstract method''' is a [[method]] which has no [[implementation]]. |
||
See also: [[abstract class]], [[class method]], [[ |
See also: [[abstract class]], [[class method]], [[instance method]] |
||
*[[List of basic computer science topics]] |
*[[List of basic computer science topics]] |
Revision as of 14:06, 17 January 2003
In computer science's object-oriented programming, an abstract method is a method which has no implementation.
See also: abstract class, class method, instance method