Question
What is partial application?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Fixing some arguments of a function to create another function
Explanation:
A partially applied function retains provided arguments.
It can be reused where the remaining parameters vary.
Leave a Reply