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 using namespace std in c++?
What size is allocated to the union variable?
Define token in c++.
What is c++ coding?
What is a virtual destructor?
What is new in c++?
What do manipulators do?
Explain about Garbage Collector?
What are the different types of variables in C++?
How are the features of c++ different from c?
What is recursion?
What is an adjust field format flag?