Inle Choices
Answer (Choose 1 answer)
Choose the correct statement related to events in C#.
A. An event is a notification sent by an object to signal the occurrence of an action. Events in .NET follow the singleton design pattern
B. None of the others
C. The events allow an object (source of the event) be able to notify other objects (subscribers) when the event was destroyed
D. An event is a user-generated or system-generated action
Q: 15