Vidyalelo
C# Programming · Q12

Delegates and Events in C Sharp

Programming · C# Programming · question 12

Q12

What is the benefit of using events and delegates in C#?

A.
Increases code complexity and tight coupling between components
B.
Reduces performance overhead and increases code maintainability
C.
Decouples the publisher from the subscriber, allowing for loosely coupled applications
Answer
D.
Increases tight coupling between components and makes code less reusable

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board