Instance1 = Instance2 ??
Assigning one instance to another creates aliases -- 2 names refer to the same object.
// w
// h
// w
// h
h = w;
Previous slide
Next slide
Back to first slide
View graphic version