What does a mutable member of a class mean?
(a) A member that can never be changed
(b) A member that can be updated only if it not a member of constant object
(c) A member that can be updated even if it a member of constant object
(d) A member that is global throughout the class
I have been asked this question during an interview.
This key question is from Classes in division Source Files, Classes and Operator Overloading in C++ of C++