What are the conditions that have to be met for a condition to be an invariant of the class?

Submitted by: Administrator
► The condition should hold at the end of every constructor.
► The condition should hold at the end of every mutator (non-const) operation.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers