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 […]
Trong thiết kế và kỹ thuật phần mềm, mẫu thiết kế quan sát viên (Observer […]
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 composite pattern describes a group of objects that are treated the same way as […]
Abstract Factory provide an interface for creating families of related or dependent objects without specifying […]