I have created a singleton class and I want to create a class which is subclass of this singleton class, what is the correct method to do it
I made an example "base class" for singleton, you can check it here: https://github.com/stel/DOSingleton