Answer Posted / Manju
Currying is performed automatically by the Scala compiler for functions with multiple parameters. It allows a function that takes multiple arguments to be converted into a sequence of functions, each taking one argument.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers