adplus-dvertising
frame-decoration

Question

What is the importance of mutable keyword?

a.

It allows the data member to change within a const member function

b.

It will not allow the data member to change within a const member function

c.

It will copy the values of the variable

d.

None of the mentioned

Answer: (a).It allows the data member to change within a const member function

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the importance of mutable keyword?