gof-cpp-template-method-nonvirtual

Status: IN

In C++, the template method itself should be non-virtual (cannot be overridden by subclasses) and primitive operations should be protected pure virtual.

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

Depended on by

JSON