Monday, March 11, 2013

Advantages of Singleton over static class


  • no need to declare static in procedures
  • ability to use inheritance, implement interfaces
  • ability to pass class as an argument


No comments:

Post a Comment