what is the use of mutable key word

Answer Posted / muthuveera

Its allows the Constant function in member variable

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of oop?

582


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1649


What is balance factor?

605


2. Give the different notations for the class.\

1598


What is an interface in oop?

611






What is class encapsulation?

626


What is solid in oops?

637


write string class as your own class in java without using any built-in function

1990


How do you explain polymorphism?

602


Is data hiding and abstraction same?

586


Why interface is used?

565


What are properties in oop?

622


Why do we use oop?

618


Explain the concepts involved in Object Oriented programming.

651


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1666