Creational Patterns

  • [[Abstract_Factory]] :
  • Builder :
  • Factory_Method:
  • Prototype :
  • Singleton:

Structural Patterns

  • Adapter :
  • Bridge:
  • Composite :
  • Decorator:
  • Facade:
  • Flyweight:
  • Proxy :

Behavioral Patterns

  • Chain of Resp. :
  • Command :
  • Interpreter :
  • Iterator :
  • Mediator :
  • Memento :
  • Observer :
  • State :
  • Strategy :
  • Template :
  • Visitor :