Jump to content

Creational pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khalid (talk | contribs) at 20:47, 24 July 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Creational Design Patterns are Design Patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational Design Patterns solve this problem by somehow controlling this object creation.

Some examples of Creational Design Patterns include: