Question from the Kotlin test

What does the keyword "open" mean in Kotlin?

Easy

In the following code: open class Bar(p: Int)
open means the Bar class:

Author: MathieuStatus: Published(Update)Question passed 11 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!