ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the purpose of the is keyword in Kotlin?
Correct Answer: A — To check the type of an object
The is keyword in Kotlin is used to check the type of an object, similar to the instanceof operator in Java.