Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthVijayy authored Nov 29, 2024
1 parent d80e491 commit 9312d57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Learning_1.0/Creational Pattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
Creational patterns focus on object creation mechanisms, providing ways to create objects suited to the situation, increasing flexibility and reuse of code.

## a. Singleton Pattern

![Singleton Patterns Logo](/Learning_1.0/images/singleton_DP.webp =350x200)
<p align="center">
<img src="/Learning_1.0/images/singleton_DP.webp" alt="Singleton Patterns Logo" width="300" height="200">
</p>

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

0 comments on commit 9312d57

Please sign in to comment.