Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 245 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 245 Bytes

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