"mutable" keyword is introduced in C++. When an object of a class is declared as constant or member function is constant or both are constants, in that case, member of an object can be modified only if it is declared as mutable otherwise it will throw an error.