Science, asked by ajeetsir6849, 11 months ago

What is an Higher-Order Function (HOF) in Scala?

Answers

Answered by rockyak4745
0

Did you mean: what is a higher order function in Scala

Higher order functions take other functions as parameters or return afunction as a result. This is possible because functionsare first-class values in Scala. ... One of the most common examples is the higher-order function map which is available for collections inScala.

Similar questions