strategy-vs-state-distinction

Status: IN

Strategy encapsulates interchangeable algorithms that vary independently from clients, while State encapsulates state-dependent behavior making the object appear to change its class.

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

Depended on by

JSON