A

Admin • 802.91K Points
Coach

Q. What does 'lateinit' mean in Kotlin?

  • (A) Property is static
  • (B) Property is initialized later
  • (C) Property cannot be null
  • (D) Property is a function
  • Correct Answer - Option(B)
  • Views: 4
  • Filed under category Kotlin
  • Hashtags:

Explanation by: Admin
'lateinit' allows you to initialize a non-null property later after declaration.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.