Delegated properties In Kotlin
Delegate is just class ,that help us to seperate all logic of getter and setters so it can be reused .
if want to use same code for more than one property ,then don't need to apply same code for every property ex:
/* dont need to write this code */...
sanjayprajapat.hashnode.dev1 min read