Discuss some reasons most programmers declare class data to be private and provide access to that data only through the use of accessor and mutator (or "getter" and "setter") member functions.
Hint: What benefits do programmers get from doing this extra work?
(FIFTY ++ W O R D S)