• Nederlands (Nederland)
    • English (United States)
    • العربية (مصر)
    • Deutsch (Deutschland)
    • Español (España, alfabetización internacional)
    • français (France)
    • हिंदी (भारत)
    • italiano (Italia)
    • 日本語 (日本)
    • 한국어 (대한민국)
    • polski (Polska)
    • русский (Россия)
    • ไทย (ไทย)
    • Türkçe (Türkiye)
    • Tiếng Việt (Việt Nam)
    • 中文(中华人民共和国)
    • 中文(香港特別行政區)
  • Inloggen
  • Registreren
DotNetAge - Mvc & jQuery CMS

Creational Patterns

  • rss
  • atom

Prototype

avatar
Ray

Specify the kind of objects to create using a prototypical instance, and create new objects by copying this prototype.


  • 17-6-2011 2:44:02
  • Votes (0)
  • Leest
    (925)
  • Opmerkingen
    (0)

Singleton

avatar
Ray

Ensure a class has only one instance and provide a global point of access to it.


  • 17-6-2011 2:31:48
  • Votes (0)
  • Leest
    (1008)
  • Opmerkingen
    (0)

Builder

avatar
Ray

Separate the construction of a complex object from its representation so that the same construction process can create different representations.


  • 17-6-2011 2:27:15
  • Votes (2)
  • Leest
    (2391)
  • Opmerkingen
    (0)

Abstract Factory

avatar
Ray

Provide an interface for creating families of related or dependent objects without specifying their concrete classes.


  • 17-6-2011 2:15:00
  • Votes (0)
  • Leest
    (1068)
  • Opmerkingen
    (0)

Factory method

avatar
Ray

This pattern is used to create concrete class instances without specifying the exact class type.


  • 17-6-2011 2:03:06
  • Votes (0)
  • Leest
    (2087)
  • Opmerkingen
    (0)