| GoF Statement: | Defines the skeleton of an algorithm in a method, deferring some steps to subclasses. Template Method lets sub-classes redefine certain steps of an algorithm without changing the algorithm’s structure. |
| Category: | Behavioral |
| UML Diagram: |
|