Answer Posted / 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 |
Post New Answer View All Answers
What is the problem with multiple inheritance?
Why do we use class?
What is class in oop with example?
What is polymorphism and why is it important?
What is abstract class in oop?
Which method cannot be overridden?
How is polymorphism achieved?
How do you explain polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Prepare me a program for the animation of train
Is oop better than procedural?
Advantage and disadvantage of routing in telecom sector
What is polymorphism in oop example?
What is encapsulation with example?
Why is polymorphism important in oop?