As per Scala book, \"Programming In Scala\" -
Scala is an object-oriented language in pure form: every value is an object and every operation is a method call
While the other answers are correct for standard Scala, there is a variant called Scala-Virtualized where = and other control structures are method calls.
=