Skip to main content

One doc tagged with "template-method"

View all tags

Template Method Pattern

A behavioral pattern that defines the skeleton of an algorithm in a base class, deferring specific steps to subclasses without changing the overall structure.