2012년 10월 27일 토요일

Types of Design Patterns

* Creational Patterns
  • Abstract Factory
  • Builderr
  • Factory Method
  • Prototype
  • Singleton
* Structural Patterns
  • Adepter
  • Bridge
  • Composite
  • Decorator
  • Facade
  • Flyweight
  • Proxy
*Behavioral Patterns
  • Chain of Responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Observer
  • State
  • Strategy
  • Template Method
  • Visitor