In case of events , which of the following is invalid statement
Select Answer:
Events use delegates to provide type-safe encapsulation of methods that will be called
Both named mathods and Anonymous methods can be used for events
Static methods cannot be used for events
Events can be declared as static
All are valid
|