2010
2007
2006
Higher Order Programming - article - w3future.com
by clochix & 3 othersHigher Order Programming is the ability to use functions as values. So you can pass functions as arguments to other functions and functions can be the return value of other functions.
1
(3 marks)