C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is a C# delegate?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

A delegate object encapsulates a reference to a method.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
If a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?What is a multicast C# delegate?