what is the difference between Statement Lambda and Expression Lambda?
Answer Posted / Tilak Raj Singh
Statement Lambdas (method syntax) are used when the body of the lambda expression consists of a single statement, whereas Expression Lambdas (query syntax) allow for more complex expressions that can be compiled and reused.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category