Interfaces - Programming

Q1:

Which of the following statements is correct about Interfaces used in C#.NET?

A All interfaces are derived from an Object class.

B Interfaces can be inherited.

C All interfaces are derived from an Object interface.

D Interfaces can contain only method declaration.

E Interfaces can contain static data and methods.

ANS:B - Interfaces can be inherited.

No answer description is available. Let's discuss.