Skip to content

Higher order functions

Devrath edited this page Aug 10, 2022 · 15 revisions

Definition

  • Higher-order functions are the ones that take functions as parameters or return function as result.
  • We can even store the higher-order function in a variable and even in a datastructure.
Clone this wiki locally