delegation-composition-as-powerful-as-inheritance

Status: IN

Delegation makes composition as powerful for reuse as inheritance by having the receiving object pass itself to the delegate, allowing the delegate to refer back to the receiver.

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

Depended on by

JSON