In Copy Constructor Definition If Non Const Values Are Accepted #1146
In copy constructor definition, if non const values are accepted only ________
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 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Assigning Objects - Quiz No.1.
In copy constructor definition, if non const values are accepted only ________
Only const objects will be accepted
Only non – const objects are accepted
Only const members will not get copied
Compiler generates an error