Abstract base class to force each derived classes to be Singleton

Posted by this. __curious_geek on Stack Overflow See other posts from Stack Overflow or by this. __curious_geek
Published on 2010-05-18T07:30:59Z Indexed on 2010/05/18 7:40 UTC
Read the original article Hit count: 150

Filed under:
|
|
|

How do I make an abstract class that shall force each derived classes to be Singleton ? I use C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about oop