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