Kizspy | Question: 40
(Choose 1 answer)
Which of the following statements about events in C# is NOT true?
A. Events provide a more robust and secure way of implementing the observer pattern.
B. Events allow objects to subscribe to and unsubscribe from notifications.
C. Events can be invoked from any class in the application.
D. Events are typically declared using the event keyword.