Multiple choice

Which keyword allows the constant function to modify a particular data item only?

  1. Modify

  2. Mute

  3. Mutable

  4. Change

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

When the member variable is declared as a mutable, any constant function can modify the data items , i.e. it is declared as mutable.