The Power of lazy properties in Kotlin

The lazy properties have been used in many languages before, including Java. Many developers are keen to use these properties. In Kotlin too, developers have found a way to customize the properties after installation. Such properties are the lazy ones! Developers tend to delay costly changes after installation. In Kotlin, delegated properties and lazy properties … Continue reading The Power of lazy properties in Kotlin