Skip to content

Commit 65a638c

Browse files
2 parents aaa97e6 + 9312d57 commit 65a638c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Learning_1.0/Creational Pattern/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Creational patterns focus on object creation mechanisms, providing ways to create objects suited to the situation, increasing flexibility and reuse of code.
44

55
## a. Singleton Pattern
6-
7-
![Singleton Patterns Logo](/Learning_1.0/images/singleton_DP.webp =350x200)
6+
<p align="center">
7+
<img src="/Learning_1.0/images/singleton_DP.webp" alt="Singleton Patterns Logo" width="300" height="200">
8+
</p>
89

910
- **Purpose**: Ensures a class has only one instance and provides a global access point to that instance.
1011
- **Use Cases**: Configuration settings, logging, thread pools.

0 commit comments

Comments
 (0)