All references reflect the modification. Frame the concept in practical terms so you can explain it during interview discussion.
If multiple references point to the same object, modifying it through one reference affects all others. For example, changing a `Product`'s price in a cart affects all `CartItem` objects referencing that product, leading to potential data integrity issues if not managed carefully.