- Introduction to Statically Typed and Dynamically Inferred Language
- Variable declaration Immutable(val) and Mutable(var)
- Block Expression
var z = { var x = 10; var y = 20; x + y} - Scala IDE
Scala Plugin in Eclipse - Control Structure
if
if__else
while
for
nested for - Taking input from user
- Lazy programming
- Data Types
- Functions