Singelton pattern
Singelton pattern is required where we need single instance of class. Example inĀ financialĀ domain applications there is major requirement of security and class need to have single instance and no other can use same instance of the class.
