1.

Does use of object reference in assignment or passing means copy of the object is being used?

A. No, because the copy would create a new temporary variable
B. No, because the copy would not help to make changes to main object
C. Yes, because the reference directly means using address
D. Yes, because the reference directly means the constructors are involved
Answer» D. Yes, because the reference directly means the constructors are involved


Discussion

No Comment Found