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
JSON