Questions - Higer Order Functions



1. Is a higher order function:
a) a function that can take as a parameter another function
b) a function that returns a function
c) both?
2. In practice, are functions that return functions used frequently?
.