Wednesday, March 18, 2009

Creational Design Patterns

List of Creational Design Patterns

In the following, which five design patterns are the creational patterns?


 1) Abstract Factory
 2) Adapter
 3) Bridge
 4) Builder
 5) Chain of Responsibility
 6) Command
 7) Composite
 8) Decorator
 9) Facade
10) Factory Method
11) Flyweight
12) Interpreter
13) Iterator
14) Mediator
15) Memento
16) Observer
17) Prototype
18) Proxy
19) Singleton
20) State
21) Strategy
22) Template Method
23) Visitor
 


Creational Design Patterns


  1. Abstract Factory
  2. Builder
  3. Factory Method
  4. Prototype
  5. Singleton

No comments:

Post a Comment