Skip to content

Latest commit

 

History

History
166 lines (117 loc) · 12.8 KB

README.md

File metadata and controls

166 lines (117 loc) · 12.8 KB

Kotlin Topic Wise Codes

Topic wise demo codes for understanding basics of kotlin

Topics :

Hello World

Variables & Data Types

Operators

Input and Output

Data Type Conversion

Flow Control

Loops in kotlin

Jump Statements

Arrays

Strings and Functions

OOPs in Kotlin

Constructors

Inheritance

Higher-Order Functions

Inline Functions

Overriding

Interfaces

Sealed and Data Class

Abstract and Enum

Extension Functions

Generics

Exception Handling

Some more operators in kotlin

Practice Questions