Status: OUT
Lazy initialization in the Factory Method pattern means the constructor initializes the product pointer to null, and an accessor method creates the product on first access rather than in the constructor.
Source: entries/2026/06/17/gof-oo-chunk-9.md
JSON