0 votes
in Scala Constructs by
What are Higher-order functions?

1 Answer

0 votes
by

A Higher-order function is a function that does at least one of the following: takes one or more Functions as Arguments, returns a Function as its result. 

...