Posted inKotlin Basics Implement Inheritance in Kotlin Class with Examples Posted by By Mohammad Juned November 1, 2024 Inheritance is a fundamental object-oriented programming language concept that allows us to inherit properties and…
Posted inKotlin Basics Kotlin Null Safety: Prevent NullPointerException for Beginners Posted by By Mohammad Juned October 31, 2024 Null safety is a core feature in Kotlin that helps developers avoid NullPointerException. We can…
Posted inKotlin Basics Mastering Kotlin Classes: A Step-by-Step Guide for Beginners Posted by By Mohammad Juned October 26, 2024 Kotin supports classes based on object-oriented programming language concepts. We all have learned about OOP…
Posted inKotlin Basics Kotlin Functions: Defining, Usage & Examples Posted by By Mohammad Juned October 24, 2024 Functions are essential for any programming language. Kotlin functions to organize a code group so…
Posted inKotlin Basics Loops in Kotlin: For Loop, While Loop & Do While Loop Explained with Example Posted by By Mohammad Juned October 23, 2024 In today's tutorial, we will learn how to use Kotlin loops. Understanding the differences between…