From 09306ab7d2f4bc3c865dfcc3ccbd492367838836 Mon Sep 17 00:00:00 2001 From: PhucVR <59957741+nguyenphuc22@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:18:30 +0700 Subject: [PATCH] Update Intro.md --- Writerside/topics/Intro.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Writerside/topics/Intro.md b/Writerside/topics/Intro.md index fbc5a80..0d32b6c 100644 --- a/Writerside/topics/Intro.md +++ b/Writerside/topics/Intro.md @@ -30,8 +30,15 @@ Design Pattern là một kỹ thuật nâng cao của OOP, nó cực kì quan tr Creational Design Patterns liên quan tới việc khởi tạo đối tượng. Nhóm pattern này cung cấp các cơ chế tạo đối tượng một cách linh hoạt và phù hợp với bối cảnh sử dụng. Một số pattern phổ biến: [Singleton](Singleton.md) + [Factory Method](Factory-Method.md) +[Abstract Factory](Abstract-Factory.md) + +[Builder](Builder.md) + +[Prototype](Prototype.md) + Sử dụng Creational Patterns giúp tạo ra các đối tượng một cách linh hoạt, dễ dàng thay đổi và tối ưu hóa bộ nhớ. ## Structural Design Patterns