abstract-factory-often-uses-factory-methods

Status: IN

Abstract Factory classes are most commonly implemented using factory methods, but can also be implemented using Prototype; a concrete factory is often a Singleton

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

Depended on by

JSON