Qus:    What is Anonymous Functions?
Nov 20, 2020 13:21 2 Answers Views: 710 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 08:15
Answer:   Function without name is called Anonymous functions. Two types of anonymous functions.
• Lambda Expressions
• Anonymous Methods

PARTH Nov 23, 2020 09: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 course is right for you?

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


Let`s Connect