Which Among The Following Is True #1121
Which among the following is true?
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.2.
Which among the following is true?
More than one object can’t be passed to a function
Any number of objects can be passed to a function
Objects can’t be passed, only data member values can be passed
Objects should be passed only if those are public in class