Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the importance of mutable keyword?



What is the importance of mutable keyword?..

Answer / Alpna Bharti

The mutable keyword in C++ allows a member function to modify a base class member that has been declared as const. Without the mutable keyword, any attempt to modify such a member would result in a compile error.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the c++ programming language used for?

1 Answers  


How can you tell what shell you are running on unix system?

1 Answers  


How to access a variable of the structure?

1 Answers  


What is c++ mutable?

1 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


Which one is better- macro or function?

1 Answers   Fidelity,


Where do I find the current c or c++ standard documents?

1 Answers  


What is constructor and destructor in c++?

1 Answers  


Can you write a function similar to printf()?

1 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1 Answers  


What are the c++ access specifiers?

2 Answers  


Categories