Which statement is true about events in C#?
Events can be raised by any class
Events do not allow multiple subscribers
Events require custom delegates in all cases
Events are built on top of delegates and follow the publisher-subscriber model
This question is part of this quiz :
Delegates and Events in C# Quiz