Answer Posted / Gajram Singh
Currying in Scala refers to a technique where a function that takes multiple arguments is converted into a sequence of functions, each with a single argument. It allows partial application, meaning you can call a function with some but not all of its arguments, and then provide the remaining arguments later.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers