What is the importance of mutable keyword?
Posted: Wed Jul 13, 2022 7:52 pm
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) It allows the data member to change outside 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) It allows the data member to change outside a const member function