If The Object Is Not To Be Passed To Any Function But The #1120
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 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Passing Object to 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