In this article, you will learn-
Kotlin Extension Function
Kotlin Extension Function: In this tutorial, you will learn to extend a class with new usefulness using extension functions. Assume, ...
Kotlin Companion Object
Kotlin Companion Object: In this tutorial, you will learn to create and use companion objects in your Kotlin program with ...
Kotlin Object Declarations and Expressions
Kotlin object singleton: In this tutorial, you will learn about object declarations (singletons) and object expressions with the assistance of ...
Kotlin Sealed Classes
Kotlin Sealed Class: In this tutorial, you will learn about Sealed class, how they are created, and when to use ...
Kotlin Data Class
Kotlin Data Class: In this tutorial, you will learn to create data classes in Kotlin. You will likewise learn about ...
Kotlin Nested and Inner Class
Kotlin Nested and Inner Class: In this tutorial, you will learn to function with nested and inner classes with the ...
Kotlin Interfaces
Kotlin Interfaces: In this tutorial, you will learn about interfaces and how to implement it in Kotlin with the assistance ...
Kotlin Abstract Class
Kotlin Abstract Class: In this tutorial, you will learn about abstract class and how to implement it in Kotlin (with ...
Kotlin Visibility Modifiers
In this tutorial, you will learn pretty much each of the 4 visibility modifiers in Kotlin and how they work ...
Kotlin Inheritance
In this tutorial, you'll learn about inheritance. All the more explicitly, what is inheritance and how to implement it in ...