If Object Is Passed By Value #1113
If object is passed by value ______________
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: Passing Object to Functions - Quiz No.1.
If object is passed by value ______________
Copy constructor is used to copy the values into another object in the function
Copy constructor is used to copy the values into temporary object
Reference to the object is used to access the values of the object
Reference to the object is used to created new object in its place