Description
In this course, you will :
- Basic Kotlin programming and object-oriented Kotlin programming
Syllabus :
1. Kotlin Basic
- Kotlin file structure & package
- Variables
- Data type, type check & casting
- Array, List & Map
- Functions
- Conditional expressions
- Loops
- Properties
- lateinit and lazy
- Null safety
2. Kotlin OOP
- Class
- Inheritance
- Abstract class & interface
- Visibility modifiers