Pass By Reference Of An Object To A Function #1114
Pass by reference of an object to a function _______________
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.
Pass by reference of an object to a function _______________
Affects the object in called function only
Affects the object in prototype only
Affects the object in caller function
Affects the object only if mentioned with & symbol with every call