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