Design pattern

Phân loại

Creational

  • Singleton ( Trung bình )

  • Abstract Factory Adapter ( Cao )

  • Factory Method ( Cao )

  • Builder ( Trung bình )

  • Prototype ( Trung bình )

Structural

  • Adapter ( Cao )

  • Bridge ( Trung bình )

  • Composite ( Trung bình )

  • Decorator ( Trung bình )

  • Facade ( Cao )

  • Flyweight ( Thấp )

  • Proxy ( Trung bình )

Behavioral

  • Chain of Responsibility ( Thấp )

  • Command ( Cao )

  • Interpreter ( Thấp )

  • Iterator ( Cao )

  • Mediator ( Thấp )

  • Memento ( Thấp )

  • Observer ( Cao )

  • State ( Trung bình )

  • Strategy ( Trung bình )

  • Template method ( Trung bình )

  • Visitor ( Thấp )

Code

Last updated