In kotlin we have one word concept of infix function which is actually the Member function or the extension function in case of Kotlin. So …
Kotlin
Now you can know kotlin Companion Object and Static Keyword
In other programming language like Java and C#, when we want to call the method and want to access the members of a class then …
Know about kotlin data class and it’s functions
We sometimes create classes to hold some data in it. These classes have, some functions which are drived from the data. This type of class …
Know about kotlin Enum and Sealed Classes now
Overview While developing an application, there may arise a situation where we want a variable to have a value out of a given set of allowed values …
Kotlin and history of kotlin
History of Kotlin Kotlin is comparatively a replacement statically typed language by 2017, developed by JetBrains. Kotlin addresses most of the redundancies present in Java …