design pattern

  1. M

    Question Implementing Singleton in Parent Class

    Hi Everyone, Can anyone please guide me to implement singleton in a parent class. Infact what I want is that All the childs etc. should use same instance of the parent. I have implemented singleton, Changed the scope of parent class's constructor to "Protected". But in the application when ever...
Back
Top