adspace
Answer Posted / Dushyant Singh Arya
"Delegates in C# are a type-safe way to define and invoke function pointers. They allow one method to call another method or pass control to a subroutine dynamically. Delegates can be used for event handling, callbacks, asynchronous programming, and more."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers