Answers

Question and Answer:

  Home  C++ Programming

⟩ 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.

 135 views

More Questions for you: