What is the scope function in Kotlin?
Functions that let you control variable scope
Used only for inheritance
A loop control structure
Functions like let, apply, run, with, and also
Correct Answer: D — Functions like let, apply, run, with, and also
Explanation:
Scope functions (let, apply, run, with, and also) let you execute code within the scope of an object.