Pass By Reference Of An Object To A Function #320
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 OOps Objects - OOPs MCQ: Passing and Returning Object with 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