Answers

Question and Answer:

  Home  C++ Programming

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

► The condition should hold at the end of every constructor.

► The condition should hold at the end of every mutator (non-const) operation.

 278 views

More Questions for you: