C++ Access Control Question:
Download Job Interview Questions and Answers PDF
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.
Download C++ Access Control Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain access specifier Public? | Explain Class in C++? |