decorator-transparent-enclosure

Status: IN

The Decorator pattern implements transparent enclosure: single-child composition with compatible interfaces, so clients generally cannot tell whether they are dealing with the component or its decorator, especially when the enclosure delegates all its operations.

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

Depended on by

JSON