singleton-lazy-initialization-pattern

Status: IN

The Singleton pattern uses lazy initialization: the unique instance is not created until the static Instance() method is first called, with a protected constructor preventing direct instantiation.

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

Depended on by

JSON