Answers

Question and Answer:

  Home  ADO.NET

⟩ What is Delegate?

Delegate is an important element of C# and is extensively used in every type of .NET application. A delegate is a class whose object (delegate object) can store a set of references to methods.

 175 views

More Questions for you: