Vidyalelo
C# Programming · Q10

Delegates and Events in C Sharp

Programming · C# Programming · question 10

Q10

What is an anonymous method in C#?

A.
A method without a name defined using the delegate keyword
Answer
B.
A method that can be accessed from anywhere in the code
C.
A method defined using the event keyword
D.
A method defined within another method

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board