Question: In scala what is precondition?
- a constraint on where a method may be called from
- a constraint on values passed to a methode constructor
- a class of predifined error messages
- a class of Boolean operators
Answer: The correct answer of the above question is Option C:a class of predifined error messages