Answer Posted / Sunil Kumar Saini
"Function currying is a technique where a function with multiple parameters is converted into a sequence of functions, each having a single parameter. The remaining arguments are saved and can be provided at a later time when the function is called. In Scala, currying is achieved by simply omitting the arguments to the right of the function parameters."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers