Interface contain declaration of Methods, properties, events, indexers- LINQ
Q. An interface can contain declaration of?- Published on 31 Aug 15a. Methods, properties, events, indexers
b. Methods
c. Static members
d. All of the above
ANSWER: Methods, properties, events, indexers
An interface can contain declaration of methods, properties, events, indexers but you cannot provide the definition.