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
Is abstract thinking intelligence?
What does enum stand for?
What does and I oop mean?
What are the 3 principles of oop?
What is encapsulation with example?
hi all..i want to know oops concepts clearly can any1 explain??
Prepare me a program for the animation of train
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is polymorphism and types?
What language is oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Who invented oop?
Can abstract class have normal methods?
What is abstraction in oop?
What is polymorphism and example?