Tagged Questions

1
vote
1answer
67 views

Where evaluate invariants after and before call a routine?

In the design by contracts, the class invariant must be satisfied on two occasions: after creating the object and after call a routine. Are there any examples or conditions, which I have to do the ...