/scala-fundamentals

Learn Scala Fundamentals by creating a working bank!

Primary LanguageScala

Scala Fundamentals

Course material

IntelliJ IDEA Community Download Link

https://www.jetbrains.com/idea/download

Module wise codebase

Module 03: Understanding Object-Oriented Scala.
git checkout -b m3-object-oriented-scala origin/m3-object-oriented-scala
Module 04: Working with Basic Types
git checkout -b m4-types origin/m4-types
Module 05: Working with Functions and Closures
git checkout -b m5-functions origin/m5-functions