Answer Posted / pushparaj pentakota
representing in-line function in the form of an expression
is called lamda expression.this lamda expression acts as an
input to aggrigate methods like avg(),sum() etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you declare a method in c#?
What does type safety mean?
What are expressions c#?
What is hashtable c#?
Can a abstract class have a constructor?
Why c# is called type safe language?
Why do we use methods in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is trim in c#?
How do you remove white spaces from a string?
How many types of variables are there in c#?
Is c# pass by value?
Why do we use inheritance in c#?
What is using keyword in C#?