If The Object Is Not To Be Passed To Any Function But The #326
If the object is not to be passed to any function but the values of the object have to be used then?
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.
If the object is not to be passed to any function but the values of the object have to be used then?
The data members should be passed separately
The data members and member functions have to be passed separately
The values should be present in other variables
The object must be passed