previous
|
start
|
next
Accessors and Mutators
Mutator: Changes object state
Accessor: Reads object state without changing it
Day
class has no mutators!
Class without mutators is
immutable
String
is immutable
Date
and
GregorianCalendar
are mutable
previous
|
start
|
next