Lambda

2 things learnt:

  1. Lambda expression can be taken as method definition, which will be executed only when it is invoked.

    1. Before -> expression is the arguments/parameters. Can sthe arguments be different from actual arguments?