[Free] One Hour Kotlin Guide For Beginners
Compact and quick Kotlin guide from Kotlin basic to OOP programming. – Free Course
What you’ll learn
- Kotlin basic programming and object oriented programming with Kotlin
Requirements
- Be familiar with OOP(Object Oriented Programming) language like Java or C++.
Description
One hour Kotlin guide for beginners is designed for students who are familiar with Object Oriented Programming(OOP).
You will learn the basic knowledge of Kotlin language and OOP programming with Kotlin.1. Objectives
- Kotlin Basic programming
- Object Oriented Programming
2. Contents
- Welcome to Kotlin
- Introduction
- Setup
- Kotlin Basic
- Kotlin file Structure & Package
- Variable
- Data type
- Array, List, Map, Iterator
- Function
- Conditional Expression
- Loop
- Property
- lateinit, lazy
- Null Safety
- Kotlin OOP Programming
- Class
- Inheritance
- Abstract class, interface
- Visibility modifie