Which of the following is true about the lazy initialization in Kotlin?
A. It is used to delay the initialization of a variable
B. It is used to initialize a variable with a default value
C. It is used to declare a variable as immutable
D. It is used to perform a null-check on a variable
Answer: Option A

Join The Discussion