Vidyalelo
Computer Science · Q182

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 182

Q182

What is the syntax for calling a method in Kotlin?

A.
object.method()
Answer
B.
object.function()
C.
object.procedure()
D.
object.call()

Answer: Option A

Solution

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