What is an anonymous method in C#?
A. A method without a name defined using the delegate keyword
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

Join The Discussion