Concept Flow - Reference sharing and side effects
Create Object A
Assign Reference B = A
Modify Object via B
Check Object A's state
Observe Side Effects
End
This flow shows how two variables can point to the same object, so changing it through one affects the other.