Template method pattern: Difference between revisions

Content deleted Content added
Removal of previous example (see Discussion)
No edit summary
Line 1:
{{comp-sci-stub}}
In [[software engineering]], the '''template method pattern''' is a [[software design pattern|design pattern]].
Здесь был Вася
 
A template method defines the skeleton of an [[algorithm]] in terms of abstract operations which subclasses override to provide concrete behaviour.