Benefit of singleton Design pattern

Posted by Vishalneeraj-24503 under Design Pattern & Practices on 7/16/2017 | Points: 10 | Views : 2453 | Status : [Member] [MVP] | Replies : 1
Hi All,

Please tell me what is the Benefit of Singleton Design pattern and how to implement singleton in MVC and which layer will u put your singleton class.




Responses

Posted by: Allielaine90 on: 8/1/2017 [Member] Starter | Points: 25

Up
0
Down
It helps you to prevent other objects from instantiating their own copies of the Singleton object, ensuring that all objects access the single instance.

Work for Girikon

Vishalneeraj-24503, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response