Is it required to provide an accessor andor mutator method f
Is it required to provide an accessor and/or mutator method for every instance variable of a class? Explain why or why not.
If an instance variable is not private do you still need a accessor and/or mutator?
Solution
a)accessors is nothing but a getter and mutor is notinh but a setter
