Kizspy | Question: 38
(Choose 1 answer)
Which is true about Lambda Expressions in C#?
A. Lambda expressions are used only with predefined methods.
B. Lambda expressions are shorthand for anonymous methods and are used to create concise code.
C. Lambda expressions cannot be used with LINQ.
D. Lambda expressions must return void.