If An Object Is Created And Another Object Is Assigned To It #1141
If an object is created and another object is assigned to it, then ________________
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.
If an object is created and another object is assigned to it, then ________________
Copy constructor is called to copy the values
Object is copied directly to the object
Reference to another object is created
The new object is initialized to null values