PPT Slide
We want to refer to the instance
variable strName inside the
method, but this code fails!
Preventing Identifier Ambiguity
public void setName (String strName)
Inside the method, the String strName
refers to the String in the method signature.