ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the default visibility modifier for classes and functions in Kotlin?
Correct Answer: C — public
Kotlin allows creating single abstract method (SAM) interfaces by defining a functional interface, which can have only one abstract method.