ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is an Interface in Kotlin?
Correct Answer: A — A group of functions without any implementation
In Kotlin, an interface contains method signatures and properties but does not provide implementation. It defines the contract that implementing classes must fulfill.