factory-method-cpp-never-call-in-constructor

Status: IN

In C++, one should be careful not to call factory methods in the Creator's constructor because the ConcreteCreator's virtual function override is not yet available during base class construction.

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

Depended on by

JSON