SLIDE 1
1
From Yesterday
- private = accessible only to the class that declares it
- public = accessible to any class at all
- protected = accessible to the class and its sub-classes
- default = accessible to classes in same “package”