Does Use Of Object Reference In Assignment Or Passing Means #333
Does use of object reference in assignment or passing means copy of the object is being used?
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: Object Reference - Quiz No.1.
Does use of object reference in assignment or passing means copy of the object is being used?
No, because the copy would create a new temporary variable
No, because the copy would not help to make changes to main object
Yes, because the reference directly means using address
Yes, because the reference directly means the constructors are involved