Q165
What does the lateinit keyword in a variable declaration indicate in Kotlin code?
A.
The variable is never initialized.
B.
The variable is only initialized at app runtime.
C.
The variable is automatically initialized to null.
D.
The variable will be initialized later. I promise!
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board