Interview Questions

What is a delegate?

C# Interview Questions and Answers


(Continued from previous question...)

147. What is a delegate?

A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.

(Continued on next question...)

Other Interview Questions