189k views
3 votes
There are three different types of constraints typically captured in object-oriented design: preconditions, postconditions, and _____________.

User Teoretic
by
6.0k points

1 Answer

4 votes

Answer:Invariant

Step-by-step explanation:In object oriented design ,there are three type of condition which are as follows:-

  • Pre-condition:- this situation implies that condition must be true before the function is being called.
  • Post-condition:- is the situation in which the the condition mys be true after the function is being called.
  • Invariant:-is the situation where the condition must be true throughout the time period or at all times.

User Anulal S
by
7.1k points