Question: In scala what is precondition?

  1. a constraint on where a method may be called from
  2. a constraint on values passed to a methode constructor
  3. a class of predifined error messages
  4. a class of Boolean operators

Answer: The correct answer of the above question is Option C:a class of predifined error messages