decorator-avoids-inheritance-explosion

Status: IN

The Decorator pattern avoids the class explosion problem that arises from using inheritance to combine embellishments, where every combination of embellishments would require its own subclass

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

Depended on by

JSON