Answer Posted / Rajeev Kumar Sagar
"Delegates in C# provide several benefits: they allow for event handling, method pointers, and callbacks. They enable decoupling of classes by allowing one class to define a method signature, and another to provide the implementation at runtime. Delegates also help in asynchronous programming by making it easier to manage multiple tasks concurrently."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers