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 |
Should the this pointer can be used in the constructor?
Why do we use constructor?
What are punctuators in c++?
What is the fastest c++ compiler?
how can u create a doubly linked list with out using pointers?
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
What is ios in c++?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
What is operators in c++?
What is microsoft c++ redistributable?
How many namespaces are there in c++?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.