5.3 Documentation with Comments
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Preconditions | Conditions that must be true prior to execution in order for that code segment to behave as expected. |
Postconditions | Conditions that must be true after the code segment is executed. |