Tag: template-method
1 resource tagged with "template-method" on StackPractices.
Template Method Pattern
Define the skeleton of an algorithm in a base class, letting subclasses override specific steps without changing the algorithm's structure. A behavioral design pattern.