What are the conditions that have to be met for a condition to be an invariant of the class?
Answer / atul shankhwar
The condition should hold at the end of every constructor.
The condition should hold at the end of every mutator(non-const) operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the basic structure of c++ program?
What are the advantages of using const reference arguments in a function?
Who invented turbo c++?
What is the function to call to turn an ascii string into a long?
How would you differentiate between a pre and post increment operators while overloading?
Define friend function.
Is c++ a programming language?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What is problem with Runtime type identification?
What is the difference between containment and delegation?
What is the use of namespace std in C++?
What are signs of manipulation?