factory-method-templates-avoid-subclassing

Status: IN

In C++, a template subclass of Creator parameterized by the Product class eliminates the need to create a new Creator subclass for each product type.

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

Depended on by

JSON