Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  2 minutes, 7 secondsExpressions, Types, and Functions - slide 36 : 46

Function objects

A function object represents a function at run time. A function object is created as the value of a lambda expression

A function object is also known as a closure.