Lecture 9
3
Scope
•To see a method or field outside its scope,  qualify the name of the method or field:
–account.getBalance()
–System.out.println()
–this.contents
•Compare 7-6440, 287-6440 and (617)287-6440
•But
–account.balance
•  will fail because balance is private             (an unlisted phone number)
–