Classes - Scala Documentation

Classes in Scala are blueprints for creating objects. They can contain methods, values, variables, types, objects, traits, and classes which are collectively called members. Types, objects, and traits will be covered later in the tour.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//tutorials/tour/classes.html.html