Which of the following describes an immutable class?
A. A class where all accessor and mutator methods are public.
B. A class that has no accessor methods, but does have mutator methods.
C. A class that has accessor methods, but does not have mutator methods.
D. A class that has both accessor and mutator methods.