Vidyalelo
Computer Science · Q135

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 135

Q135

What is the difference between an open class and a final class in Kotlin?

A.
An open class can be extended, a final class cannot
Answer
B.
An open class can be instantiated, a final class cannot
C.
An open class can be declared as nullable
D.
An open class can be declared as private

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board