InterviewSolution
Saved Bookmarks
| 1. |
What Is A Delegate? |
|
Answer» Delegate is an OBJECT that HOLDS the reference to METHODS in c#. It is same as a function POINTER in C. Delegate is an object that holds the reference to methods in c#. It is same as a function pointer in C. |
|