Loading practice questions
What is the default visibility modifier for classes and functions in Kotlin?
Correct Answer: C — public
Explanation:
Kotlin allows creating single abstract method (SAM) interfaces by defining a functional interface, which can have only one abstract method.