Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ Explain What are delegates?

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.

 147 views

More Questions for you: