Trong lập trình máy tính, mẫu thiết kế chiến lược là một mẫu thiết kế […]
The template method pattern là một phương thức trong một lớp cha xác định cấu […]
Một mẫu thiết kế Visitor là một mẫu thiết kế phần mềm tách biệt thuật […]
Memento (Memento Design Pattern) là một mẫu thiết kế phần mềm tiết lộ trạng thái […]
Mẫu trạng thái là một mẫu thiết kế phần mềm hành vi cho phép một […]
The iterator pattern is a design pattern in which an iterator is used to traverse […]
The chain-of-responsibility pattern is a behavioral design pattern consisting of a source of command objects […]
In computer programming, the flyweight software design pattern refers to an object that minimizes memory […]
The proxy pattern is a software design pattern. A proxy, in its most general form, […]
The adapter pattern is a software design pattern that allows the interface of an existing […]
The factory method pattern is a creational pattern that uses factory methods to deal with […]
The decorator pattern is a design pattern that allows behavior to be added to an […]
The composite pattern describes a group of objects that are treated the same way as […]
Provide a unified interface to a set of interfaces in a subsystem. Facade defines a […]