inheritance-compile-time-composition-run-time

Status: IN

Class inheritance is defined statically at compile-time and cannot change at run-time, while object composition is defined dynamically at run-time through objects acquiring references to other objects.

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

Depended on by

JSON