C++ Programming Question:
Download Questions PDF

What is a mutable member?

Answer:

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

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
When is a template a better solution than a base class?What is an explicit constructor?