Kotlin Extension Function

Contents

Kotlin Extension Function

Kotlin Extension Function: In this tutorial, you will learn to extend a class with new usefulness using extension functions. Assume, ...
Read More
Kotlin Companion Objects

Kotlin Companion Object

Kotlin Companion Object: In this tutorial, you will learn to create and use companion objects in your Kotlin program with ...
Read More
Kotlin object singleton

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 ...
Read More
Kotlin Sealed Classes

Kotlin Sealed Classes

Kotlin Sealed Class: In this tutorial, you will learn about Sealed class, how they are created, and when to use ...
Read More
Kotlin Data Class

Kotlin Data Class

Kotlin Data Class: In this tutorial, you will learn to create data classes in Kotlin. You will likewise learn about ...
Read More
Kotlin Nested and Inner Class

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 ...
Read More
Kotlin Interfaces

Kotlin Interfaces

Kotlin Interfaces: In this tutorial, you will learn about interfaces and how to implement it in Kotlin with the assistance ...
Read More
Kotlin Abstract Class

Kotlin Abstract Class

Kotlin Abstract Class: In this tutorial, you will learn about abstract class and how to implement it in Kotlin (with ...
Read More
Kotlin Visibility Modifiers

Kotlin Visibility Modifiers

In this tutorial, you will learn pretty much each of the 4 visibility modifiers in Kotlin and how they work ...
Read More
Kotlin Inheritance

Kotlin Inheritance

In this tutorial, you'll learn about inheritance. All the more explicitly, what is inheritance and how to implement it in ...
Read More