Hi,
I can achieve the same functionality as of singleton by creating a static object.
So what is the advantage of using the singleton class or design pattern.
Plz correct me if I am wrong.
Thanks