If Object Is Passed By Value #319
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 OOps Objects - OOPs MCQ: Passing and Returning Object with 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