The Copy Constructors Can Be Used To #139
The copy constructors can be used to ________
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.1.
The copy constructors can be used to ________
Copy an object so that it can be passed to a class
Copy an object so that it can be passed to a function
Copy an object so that it can be passed to another primitive type variable
Copy an object for type casting