Q22
What defines a sealed class in Kotlin?
A.
Its another name for an abstract class
B.
It represents restricted class hierarchies
AnswerC.
It is used in every Kotlin program
D.
None of above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board