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 |
Why static functions always uses static variables?
What polymorphism means?
What does the keyword "static" mean?
Can java compiler skips any statement during compilation time?
difference between static and non-static variables?
What is a macro? And how is a macro same as a template?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What is advantage of inheritance?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
what is ns string? what is ns array?
What is interface in oop?