gof-strategy-intent-encapsulate-algorithms

Status: IN

The Strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable so the algorithm can vary independently from clients that use it. It is also known as Policy.

Source: entries/2026/06/17/gof-oo-chunk-20.md

Depended on by

JSON