Mutable Member Variables Keyword mutable means that even when the object is constant or a const member function is called, the mutable member variable is allowed to change Logical constness v. physical constness