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 do you mean by variable?
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
hi all..i want to know oops concepts clearly can any1 explain??
What are the benefits of polymorphism?
What is the difference between a constructor and a destructor?
How do you achieve polymorphism?
What is the main difference between C++ and Java
What is object and class in oops?
c++ is a pure object oriented programming or not?
How do you define a class in oop?
all about pointers
what is object oriented programming and procedure oriented programming?