Vidyalelo
Computer Science · Q89

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 89

Q89

What is the purpose of the "override" keyword in Kotlin?

A.
To define a property or field
B.
To define a method in subclass
Answer
C.
To define a constructor in subclass
D.
To define a class in subclass

Answer: Option B

Solution

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