C++ Access Control Question:

What is the importance of mutable keyword?

C++ Access Control Interview Question
C++ Access Control Interview Question

Answer:

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


Previous QuestionNext Question
Explain access specifier Public?Explain Class in C++?