Vidyalelo
Computer Science · Q41

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 41

Q41

What are lambdas in Kotlin?

A.
A lambda is a Data Type in Kotlin
B.
A lambda is a Class type in Kotlin
C.
A lambda is an Interface in Kotlin
D.
A lambda is an expression that describes a function. But instead of declaring a named function, you declare a function that has no name
Answer

Answer: Option D

Solution

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