by Priya Rajan | Apr 13, 2020 | Design Patterns
Problem At times we need to create a single instance (object) of a class in our software application with easy access via a global access point. Singleton pattern is used to achieve this. The singleton pattern is one of the best-known and widely used patterns in...
Recent Comments