Monday, November 12, 2018

C# Singleton DesignPattern

Before moving to the Singleton Design Pattern, let's look what a singleton pattern is. Singleton allows to sustain only one object to a class. This class restricts to one instance per class along global access.

source https://www.c-sharpcorner.com/Blogs/c-sharp-singleton-designpattern

No comments:

Post a Comment