Description
In this course, you will learn :
- How to use Scala to handle both large and small tasks elegantly.
- How to install Scala and become acquainted with fundamental concepts such as creating variables, defining functions, using sets and arrays, and more.
Syllabus :
1. Why Scala?
- How to install Scala
- Scala syntax
- Integration with IDEs
- Scala Interpreter
2. Scala Basics
- Create variables
- Repetition statements
- Define functions
- Special functions
- Basic types and operations
- Decision statements
3. More Scala Basics
- Tuples
- Sets and Maps
- Arrays
- Lists
4. Objects with Scala
- Classes, fields, and methods
- Case classes
- Singleton objects