Saturday, September 17, 2011

Can we declare event and delegates in an interface ?

No,we cannot declare delegates in interface however we can declare events in interface.
So interface can only contains the signature of the following members
Methods
Properties
Indexers
Events