what is the use of mutable key word
Answers were Sorted based on User's Feedback
Answer / ramakant
This keyword can only be applied to non-static and non-
const data members of a class. If a data member is declared
mutable, then it is legal to assign a value to this data
member from a const member function.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sanjay makwana
allow to constant function in member variable
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / muthuveera
Its allows the Constant function in member variable
| Is This Answer Correct ? | 0 Yes | 0 No |
what is object oriented programming and procedure oriented programming?
Explain the concepts involved in Object Oriented programming.
What is virtual Function.
Do you know about multiple inheritance?
What are constructors in oop?
What is public, protected, private?
What is persistence in oop?
Program to read a comment string
What are the data types in oop?
How to Increment the value of the empid E001 for each and every employee by using the programe?
What is DeadlyDiamondDeathProblem ?
What is the use of fflush(stdin) in c++?