InterviewSolution
Saved Bookmarks
| 1. |
What is Scala closure? |
|
Answer» In SCALA, Closure is a FUNCTION in which the return VALUE of a service is based on the amount of variables, which have been declared outside that function. |
|