Method (computer programming): Difference between revisions

Content deleted Content added
m linking
Line 88:
}
</syntaxhighlight>
 
===Reabstraction===
If a subclass provides an implementation for an abstract method, another subclass can make it abstract again. This is called ''reabstraction''.
 
In practice, this is rarely used.
 
==Class methods==