Page 1 of 1

What is true about private constructor?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) Private constructor ensures only one instance of a class exist at any point of time
b) Private constructor ensures multiple instances of a class exist at any point of time
c) Private constructor eases the instantiation of a class
d) Private constructor allows creating objects in other classes