Can a copy constructor be made private?
(a) Yes, always
(b) Yes, if no other constructor is defined
(c) No, never
(d) No, private members can’t be accessed
I had been asked this question at a job interview.
The doubt is from Copy Constructor topic in section Constructors and Destructors of Object Oriented Programming