Answer Posted / Alpna Bharti
The mutable keyword in C++ allows a member function to modify a base class member that has been declared as const. Without the mutable keyword, any attempt to modify such a member would result in a compile error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers