C++ Access Control Question:

What is the importance of mutable keyword?

Tweet Share WhatsApp

Answer:

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

Download C++ Access Control PDF Read All 31 C++ Access Control Questions
Previous QuestionNext Question
Explain access specifier Public?Explain Class in C++?