Two problems
Sometimes we will copy strings when we'd rather not; this problem affects performance but not correctness
We still haven't defined the meaning of
String s1, s2;
s1 = s2; // What does this do?
Previous slide
Next slide
Back to first slide
View graphic version