Content deleted Content added
m →External links: Spelling in link text |
No edit summary |
||
Line 4:
A template method defines the skeleton of an [[algorithm]] in terms of abstract operations which subclasses override to provide concrete behavior.
== Example in Java ==
|