#12.3 Kotlin ‘LAZY’ delegation
Course:
Learn how Kotlin supports lazy initialization of variables and provide delegation. The lazy delegation also provides thread-safe code and makes code memory efficient. Also, see the difference between the usage of lateinit and lazy keyword.
No comment yet, add your voice below!