prototype-reduces-parallel-class-hierarchies

Status: IN

The Prototype pattern reduces class count compared to Factory Method by requiring only a Clone() implementation on each product class, avoiding the parallel creator class hierarchy that Factory Method requires.

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

JSON