What is the meaning of an anonymous function??
Answers
Answered by
1
Explanation:
In computer programming, an anonymous function (function literal, lambda abstraction, or lambda expression) is a function definition that is not bound to an identifier. ... If the function is only used once, or a limited number of times, an anonymous function may be syntactically lighter than using a named function.
Similar questions