adspace


Explain what is a delegate?

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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143