gof-strategy-cpp-template-parameter

Status: IN

In C++, Strategy can be bound at compile time as a template parameter, eliminating abstract class overhead but losing the ability to change strategies at runtime.

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

Depended on by

JSON