Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 353 Bytes

prototype.md

File metadata and controls

11 lines (10 loc) · 353 Bytes

Prototype

The Prototype pattern provides a blueprint for creating objects. This is useful for systems that should be independent of product creation, composition and representation. This is also useful when instatiated classes are specified at run-time (dynamic loading).

Participants

  • OODP::Prototype
  • OODP::ConcretePrototype