Qus:    What is Anonymous Functions?
Nov 20, 2020 19:21 DotNet 2 Answers Views: 1247 RAMU

A function without any name. An anonymous function is an "inline" statement or expression that can be used wherever a delegate type is expected. You can use it to initialize a named delegate or pass it instead of a named delegate type as a method parameter.

Prev Next
Answers (2)
DIVYA Nov 21, 2020 14:15
Answer:   Function without name is called Anonymous functions. Two types of anonymous functions.
• Lambda Expressions
• Anonymous Methods

PARTH Nov 23, 2020 15:17
Answer:   A function without any name. An anonymous function is an "inline" statement or expression that can be used wherever a delegate type is expected. You can use it to initialize a named delegate or pass it instead of a named delegate type as a method parameter.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect