Which Is The Correct Syntax For Defining A Function Which #1129
Which is the correct syntax for defining a function which passes an object by reference?
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: Returning Objects - Quiz No.1.
Which is the correct syntax for defining a function which passes an object by reference?
className& functionName ( )
className* functionName( )
className-> functionName( )
&className functionName()