Content deleted Content added
m Removed gibberish |
|||
Line 66:
==Abstract methods==
An ''abstract method'' is one with only a [[method signature|signature]] and no [[method body|implementation body]]. It is often used to specify that a subclass must provide an implementation of the method. Abstract methods are used to specify [[Interface (computing)|interfaces]] in some
===Example===
|