C++ Access Control Question:
What is the importance of mutable keyword?
Answer:
Mutable keyword allows assigning values to a data member belonging to a class defined as “Const” or constant.
Previous Question | Next Question |
Explain access specifier Public? | Explain Class in C++? |