What is a mutable member

What is a mutable member?
A: One that can be modified by the class even when the object of the class or the member function doing the modification is const.

No comments: