Class members that should be public are:
I. Constructors
II. Instance Variables
III. Accessors/ Mutators
IV. Methods the class uses for itself, but the user does not need
V. Methods the user needs to manipulate the objects of the class
a. I, II, IV
b. I, II, III
c. I, III, V
d. I, II, III, V