Question: if two variable contains aliases of the same object then a. the object may be modified using either alias b. the object cannot be modified
if two variable contains aliases of the same object then
a. the object may be modified using either alias
b. the object cannot be modified unless there's a single reference to it
c. a third alias is created if / when the object is modified
d. the object will become an "orphan" if both variable are set to null
e. answers A and D are both correct.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
