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 |
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the expansion of OOPS?
Why is object oriented programming so hard?
What is the difference between a mixin and inheritance?
What are generic functions and generic classes?
What is the oops and benefits of oops programming?
What is the renewal class?
what is the function of 'this' operator ?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
What is abstract class in oops?
difference between structure and union.