Please enable JavaScript.
Coggle requires JavaScript to display documents.
Desgin Partterns - Coggle Diagram
Desgin Partterns
Creation(Nhóm khởi tạo) 5 mẫu
Factory
Abtract Factory
Singleton
Builder
Prototype
Structural(Nhóm cấu trúc) 7 mẫu
Adapter
Converting the interface of a class into another interface the clients expect. The adapter lets classes work together that couldn't otherwise because of incompatible interfaces
Brigde
Facade
Provides a simple, easy to understands/user interface over a large and sophisticated body of code.
Fly-weight
Decorator
Facilitates the addition of behaviors to individual objects without inheriting from them.
Composite
Proxy
Behavioral(nhóm hành vi) 11 mẫu
Chain of Responsibilities
State
Observe
Command
Iterator
Mediator
Memento
Strategy
Template method
Visitor