Interview Questions

What is a mutable member?

C++ Interview Questions and Answers


(Continued from previous question...)

What is a mutable member?

One that can be modified by the class even when the object of the class or the member function doing the modification is const.

(Continued on next question...)

Other Interview Questions