Saturday, March 03, 2007
Where and how can you use a private constructor?
Private constructor is used if you do not want other classes to instantiate the object. The instantiation is done by a
|
Private constructor is used if you do not want other classes to instantiate the object. The instantiation is done by a
|