Why "case class" doesn't need "new" to create a new object

Viewed 5280

In Scala what is the reason that you don't need to use "new" to create a new "case class"? I tried searching for awhile now without answers.

3 Answers
Related