Can A Copy Constructor Be Made Private #148
Can a copy constructor be made private?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Copy Constructor - Quiz No.2.
Can a copy constructor be made private?
Yes, always
Yes, if no other constructor is defined
No, never
No, private members can’t be accessed