The Copy Constructor Can Be Used To #137
The copy constructor 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 constructor can be used to ____________
Initialize one object from another object of same type
Initialize one object from another object of different type
Initialize more than one object from another object of same type at a time
Initialize all the objects of a class to another object of another class