Multiple choice

The _____________ member function of a class modifies the values of the member variables.

  1. Accessor function

  2. Mutator function

  3. Constructor function

  4. Inline function

  5. Destructor function

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This member function of a class modifies the values of the member variables.