Answer Posted / nimish singh
One that can be modified by the class even when the object of the class or the member function doing the modification is const.
Understanding this requirement implies an understanding of C++ const, which many programmers do not have. I have seen large class designs that do not employ the const qualifier anywhere. Some of those designs are my own early C++ efforts. One author suggests that some programmers find const to be such a bother that it is easier to ignore const than to try to use it meaningfully. No wonder many programmers don't understand the power and implications of const. Someone who claims to have enough interest in the language and its evolution to keep pace with the ANSI deliberations should not be ignorant of const, however.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is fflush c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Where is atoi defined?
What are the advantages of using pointers in a program?
How does c++ sort work?
Explain how the virtual base class is different from the conventional base classes of the opps.
Explain the use of virtual destructor?
What are maps in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is c++ used for in games?
What is a hashmap c++?
What are the vectors in c++?
What are guid?
How much do c++ programmers make?
What type of question are asked in GE code writing test based on c++ data structures and pointers?