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