You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Book/2.1 Singleton.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Singleton
2
2
3
+
> [!WARNING]
4
+
> * Bài này sẽ được cập nhât ở [github sau](https://github.com/nguyenphuc22/Design-Patterns/blob/main/Writerside/topics/Singleton.md) và [website sau](https://nguyenphuc22.github.io/Design-Patterns/singleton.html).
5
+
> * File này sẽ được xoá vào cập nhật version_1
6
+
7
+
3
8
## Giới thiệu
4
9
5
10
Singleton là một Design Pattern thuộc nhóm Creational Pattern. Nó đảm bảo chỉ duy nhất một thể hiện của một lớp được tạo ra trong suốt chương trình.
0 commit comments