aggregation-vs-acquaintance-distinction

Status: IN

Aggregation implies ownership and coincident lifetimes (part-whole), while acquaintance (association/uses) is a weaker, more dynamic, more frequent relationship — both are often implemented identically in code (pointers/references) and distinguished only by intent.

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

Depended on by

JSON