Q:

Why do classes use mutator methods?

0

Why do classes use mutator methods?


  1. Allows client to modify the program
  2. Allows client to modify/write the private members
  3. Allows servers to access all the private data
  4. Allows servers to access only protected members

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).Allows client to modify/write the private members

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which among the following is the most abstract for... >>
<< Why do classes use accessor methods?...