From 9312d5735195ecaeacf6318a08f2b1f87d0e42a6 Mon Sep 17 00:00:00 2001 From: Prasanth <121619324+PrasanthVijayy@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:55:26 +0530 Subject: [PATCH] Update README.md --- Learning_1.0/Creational Pattern/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Learning_1.0/Creational Pattern/README.md b/Learning_1.0/Creational Pattern/README.md index 9eee535..3dbff71 100644 --- a/Learning_1.0/Creational Pattern/README.md +++ b/Learning_1.0/Creational Pattern/README.md @@ -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) +
+ +
- **Purpose**: Ensures a class has only one instance and provides a global access point to that instance. - **Use Cases**: Configuration settings, logging, thread pools.