prototype-creates-objects-by-cloning

Status: IN

The Prototype pattern specifies the kinds of objects to create using a prototypical instance and creates new objects by copying (cloning) that prototype, avoiding the need for a class hierarchy of creators.

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

Depended on by

JSON