Which Among The Following Is True #327
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 OOps Objects - OOPs MCQ: Passing and Returning Object with 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