What is object identity?
Suppose x and y are names of objects.
How can we tell if x and y are merely two different names for the same object?
- Perhaps we can take the address of x and of y
- Perhaps we can change one of them and see if the change is reflected in the other