Software Design Patterns and Principles - Part 4 (Singleton Design Pattern)
Other Parts of This Series: Part 3: Software Design Patterns and Principles - Part 3 (Relations Between Objects and UML Diagram) Part 5: Software Design Patterns and Principles - Part 5 (Factory Method and Abstract Factory Method Design Pattern) Singleton Design Pattern (Photo Credit: refactoring.guru) In this series, we try to explore software design patterns and principles. We will try to learn the well-known OOP design patterns one by one. In this part, we try to explore the singleton design pattern. ...