Explain What are delegates?

Submitted by: Administrator
A delegate is a class that can hold a reference to a method. Unlike other classes, a delegate class has a signature, and it can hold references only to methods that match its signature. A delegate is thus equivalent to a type-safe function pointer or a callback.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers