Skip to content

Commit

Permalink
Update Intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuc22 committed Dec 6, 2023
1 parent 591a481 commit 09306ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Writerside/topics/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09306ab

Please sign in to comment.