ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the scope function in Kotlin?
Correct Answer: D — Functions like let, apply, run, with, and also
Scope functions (let, apply, run, with, and also) let you execute code within the scope of an object.