proxy-vs-decorator-static-vs-dynamic

Status: IN

Proxy provides a stand-in for a subject to control access (remote, restricted, persistent) with a static relationship, while Decorator dynamically attaches additional responsibilities using recursive composition.

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

Depended on by

JSON