Its Necessary To Pass Object By Reference In Copy Constructor #124
It’s necessary to pass object by reference in copy constructor because ____________
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: Types of Constructors - Quiz No.1.
It’s necessary to pass object by reference in copy constructor because ____________
Constructor is not called in pass by reference
Constructor is called in pass by reference only
It passes the address of new constructor to be created
It passes the address of new object to be created