C++ Programming Question: Download C++ Programming PDF

What is a mutable member?

Tweet Share WhatsApp

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 PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
When is a template a better solution than a base class?What is an explicit constructor?