/how-to-Kotlin

Code written while developing tutorial for introduction to kotlin for beginners.

Primary LanguageKotlin

how-to-Kotlin

content

  1. Variables
  2. Null Pointer Exception
  3. Conditions using if and when
  4. Loops using for and while
  5. Arrays
  6. Object and Class
  7. Constructor
  8. Overloading
  9. Inheritance
  10. Overriding
  11. Companion Object Static