If An Object Is Being Returned By Value Then #1138
If an object is being returned by value 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: Returning Objects - Quiz No.2.
If an object is being returned by value then __________________________
Its member values are made constant
Its member values have to be copied individually
Its member values are not used
Its member values are copied using copy constructor