composite-decorator-complementary-used-together

Status: IN

Composite and Decorator are complementary patterns often used together: from Decorator's perspective a Composite is a ConcreteComponent to be decorated, and from Composite's perspective a Decorator is a Leaf in the tree structure.

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

Depended on by

JSON