gof-template-method-five-operation-kinds

Status: IN

Template methods call five kinds of operations: concrete operations on the class itself, concrete AbstractClass operations, primitive operations (abstract, must override), factory methods, and hook operations (may override, default to no-op).

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

Depended on by

JSON