parameterized-types-third-reuse-mechanism

Status: IN

Parameterized types (C++ templates, Ada generics) are the third reuse mechanism alongside inheritance and composition; they define types with unspecified type parameters supplied at point of use, but unlike composition, they cannot change at run-time.

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

Depended on by

JSON