What is a nexted function in scala?
Answer Posted / Mohammad Tariq
A nested function in Scala is a function that is defined within another function's body. It has access to the enclosing function's variables.
Post New Answer View All Answers
What is the latest version of scala?
2
What is the current latest version of scala? What is the major change or update in scala 2.12?
7