Partial Application(www.kodefuguru.com)
submitted by
KodefuGuru(2818) 6 months, 9 days ago
Functions have a given number of arguments which define the arity of the function. The process of producing another function by setting any number of arguments to a function is known as partial application. C# developers are most familiar with this concept by calling one method from a more specific method, thereby adhering to the DRY principle.
|category: C++
|Views: 48
tags:
another
Everyones tags:
No tags
Your Tags: