If An Object Is Passed By Value #1117
If an 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 an object is passed by value, _________________
Temporary object is used in the function
Local object in the function is used
Only the data member values are used
The values are accessible from the original object