Search:

Type: Posts; User: tcstcs

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,485

    Re: Subclassing Singleton class

    There was a small mistake in my singleton class. You r rite, it gives compiler error "Implicit super constructor SingletonClass() is not visible for default constructor. Must define an explicit...
  2. Replies
    2
    Views
    2,485

    Subclassing Singleton class

    When i googled with "Subclassing Singleton class" string, many of the blogs said, we cannot extend the Singleton class as the constructor is private. But when i tried it in eclipse, i am able to...
Results 1 to 2 of 2