Archive | July 4th, 2012

Inheritance and Overriding in Scala

July 4, 2012

0 Comments

Inheritance in Scala is quite similar to the way it is in Java. The overriding aspects are a bit more detailed because in Scala there are not just methods to override but also vals, vars. There are a few restrictions added in Scala like: Overriding classes must use the “override” modifier. In Java one can [...]

email