Introduction and basics of kotlin
  • Introduction
  • Installing kotlin
  • first program & Variables
  • Types in kotlin
  • Comments
  • Control Flow, Conditions
  • Ranges
  • Looping: for, while, repeat loops
  • Functions
  • Closures, Lambadas, Higher order functions
Object Oriented Kotlin
  • Intro to OOP
  • Inheritance
  • Different type of classes
  • Visibility modifiers basics
  • Interfaces
  • Generics