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. 

Related questions

0 votes
asked Sep 26, 2023 in JavaScript by AdilsonLima
0 votes
asked Apr 21, 2022 in Scala Constructs by sharadyadav1986
...