C# interview questions: - Explain anonymous methods in .NET?
- By Shiv Prasad Koirala
- 2011-08-05
- 4224
- 1
n simple words Anonymous Methods means method which are coded inline or methods without method name.
n simple words Anonymous Methods means method which are coded inline or methods without method name.