MCQOPTIONS
Saved Bookmarks
| 1. |
Why do classes use mutator methods? |
| A. | Allows client to modify the program |
| B. | Allows client to modify/write the private members |
| C. | Allows servers to access all the private data |
| D. | Allows servers to access only protected members |
| Answer» C. Allows servers to access all the private data | |