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

Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3555


What is encapsulation in oop?

606


What are the advantages of polymorphism?

577


What is abstract class in oop?

534


What is encapsulation with example?

578






What polymorphism means?

622


Why do we use oops?

593


Are polymorphisms mutations?

703


which feature are not hold visual basic of oop?

1725


What is the point of polymorphism?

588


Why is polymorphism needed?

599


What is oops concept with example?

578


What is polymorphism and its types?

595


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

630


What is the difference between inheritance and polymorphism?

591