Tuesday, June 17, 2014

Classification of Design Patterns

Purpose

Creational
Structural
Behavioral
Scope
Class
  1. Factory Method
  1. Adapter
  1. Interpreter
  2. Template Method
Object
  1. Abstract Factory
  2. Builder
  3. Prototype
  4. Singleton
  1. Adapter
  2. Bridge
  3. Composite
  4. Decorator
  5. Facade
  6. Flyweight
  7. Proxy
  1. Chain of Responsibility
  2. Command
  3. Iterator
  4. Mediator
  5. Memento
  6. Observer
  7. State
  8. Strategy
  9. Visitor

No comments: