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
AnswerD.
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