protected access specifiers in singleton class
Posted
by sijith
on Stack Overflow
See other posts from Stack Overflow
or by sijith
Published on 2010-05-08T10:49:21Z
Indexed on
2010/05/08
10:58 UTC
Read the original article
Hit count: 168
HI,
In singleton class we are declaring constructors as private. Is it possible to give as protected.
If giving as protected is it beneficial.
Whats the advantage or disadvantage of private over protected
© Stack Overflow or respective owner