Yadukrishnan
Scribblings of an introvert

Scribblings of an introvert

Follow
homenewsletter
Tag

functions

#functions

More content

Read more stories on Hashnode


Articles with this tag

Scala Closures

Apr 14, 20223 min read

1. Introduction Closure is a function which is dependant on some variable outside its scope, and which is not part of the arguments list. In this...

Scala Closures