scala-vienna / DevFest2013-Workshop

Material for workshop "From Java to Scala" on DevFest2013
Other
1 stars 3 forks source link

Classes and Objects Introduction #2

Closed teliatko closed 11 years ago

teliatko commented 11 years ago

Content: First part of Tutorial. To show what is class and what is object and that all programs will be run as objects. Show Hello.scala example.

rafacm commented 11 years ago

Some thoughts:

val foo = if ... then ... else ...
sebnozzi commented 11 years ago

Depends pretty much on the audience... I think it's good to mention this in the context of mentioning the benefits:

teliatko commented 11 years ago

Done