{"id":"factory-method-cpp-never-call-in-constructor","text":"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.","truth_value":"IN","source":"entries/2026/06/17/gof-oo-chunk-9.md","source_url":"","source_hash":"","justifications":[],"dependents":["cpp-constraints-form-systematic-language-adaptation-layer","cpp-imposes-pattern-specific-implementation-hazards"],"metadata":{"last_premise_reviewed":"2026-06-17T18:19:22","premise_review_result":"pass"},"created_at":"2026-06-17T17:04:08+00:00","updated_at":"2026-06-17T17:49:51+00:00","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"factory-method-cpp-never-call-in-constructor","truth_value":"IN","reason":"premise"}]}}