Status: OUT
Template Method uses inheritance to vary specific steps of an algorithm while keeping the skeleton fixed, whereas Strategy uses delegation to vary the entire algorithm.
Source: entries/2026/06/17/gof-oo.md
JSON