Kategorier: Alle - structural - behavioral - design - pattern

af Hieu Cao 16 år siden

982

Design pattern

The document categorizes various design patterns into three main types: Structural, Behavioral, and Creational. Structural patterns focus on the composition of classes and objects, including Proxy, Adapter, Decorator, Flyweight, Composite, Facade, and Bridge.

Design pattern

Design pattern

Behavioral Pattern

Visitor
TemplateMethod
Strategy
State
Observer
Memento
Mediator
Iterator
Interpreter
Command
Chain of responsibility

Creational Pattern

Prototype
Singleton
Method Factory
Builder
Abstract Factory

Structural Pattern

Proxy
Flyweight
Facade
Brigde
Decorator
Composite
Adapter