Delete comment from: Javarevisited
How can you extend a singleton class having a private constructor? There is no question of overriding the methods in a Singleton class because INHERITED instance methods can only be overridden. Nevertheless, a singleton class may override methods inherited from some other class.
Jun 16, 2013, 3:58:52 AM
Posted to Difference between Singleton Pattern vs Static Class in Java? Example