A

Admin • 802.91K Points
Coach

Q. What does `lazy` mean in property declaration?

  • (A) It can never be initialized
  • (B) It is loaded at compile time
  • (C) It is initialized only when used
  • (D) It cannot be used with constants
  • Correct Answer - Option(C)
  • Views: 6
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Admin
`lazy` properties are not calculated until they are accessed the first time.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.