Multiple choice Which keyword allows the constant function to modify a particular data item only? Modify Mute Mutable 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.