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 main feature of oop?
What is the difference between a mixin and inheritance?
What are the benefits of interface?
How do you define a class in oop?
Write a program to reverse a string using recursive function?
What are the 4 pillars of oop?
What is abstraction with example?
What is object-oriented programming? Webopedia definition
Which method cannot be overridden?
What is multilevel inheritance explain with example?
What is multilevel inheritance?
What is object and example?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is abstraction oop?
What is inheritance and how many types of inheritance?