Answers

Question and Answer:

  Home  C++ Access Control

⟩ What is the importance of mutable keyword?

Mutable keyword allows assigning values to a data member belonging to a class defined as “Const” or constant.

 190 views

More Questions for you: