What is the role of open keyword in Kotlin?
Answer / Mahendra Gautam
The 'open' keyword in Kotlin allows a class or an interface to be subclassed. This means that other classes can inherit from it and extend its functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to declare a variable in kotlin?
Why to use kotlin?
what is the use of extension functions in Kotlin?
Who created Kotlin programming language and when?
What is Data Class in Kotlin?
Tell three most important benefits of using Kotlin?
State the advantages and disadvantages of kotlin?
What are some of the features which are there in Kotlin but not In Java?
How to declare variable in Kotlin ?
How to create static methods in Kotlin?
What is the use of abstraction in Kotlin?
What are the types of strings available in kotlin?