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 are namespaces in c++?
Copy Linked List using recursive function?
What are libraries in c++?
Explain the difference between struct and class in terms of access modifier.
Define 'std'.
What is double in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Describe new operator and delete operator?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What are the various oops concepts in c++?
what is polymorphism?
What is the sequence of destruction of local objects?