ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is inheritance in Kotlin OOP?
Correct Answer: C — A way to reuse properties and behaviors across multiple classes
Inheritance enables a subclass to inherit properties and methods from a superclass, reducing redundancy and promoting reusability.