Beginner
Kotlin
Q29 / 100
What is a higher-order function?
Correct! Well done.
Incorrect.
The correct answer is B) A function that takes other functions as parameters or returns a function
B
Correct Answer
A function that takes other functions as parameters or returns a function
Explanation
Higher-order functions treat functions as first-class citizens. Examples include map, filter, and reduce from the standard library.
Progress
29/100