13
Answers

the difference between delegates and events

Photo of Mariusz Postol

Mariusz Postol

1y
1k
1

Delegates and events are powerful constructs in C# that allow for flexible and extensible code. While they serve different purposes, they can sometimes be used to achieve similar ends, leading to confusion about when to use one over the other.
What is the difference between delegates and events?

Answers (13)