adspace
Answer Posted / Arjun Kumar
A Delegate is a user-defined data type that encapsulates methods with a specified return type and parameter list. It allows for the separation of method invocation from the call site, enabling event handling, method pointers, and asynchronous function invocations in .NET.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers