Interfaces - Programming

Q1:

Which of the following statements is correct?

A When a class inherits an interface it inherits member definitions as well as its implementations.

B An interface cannot contain the signature of an indexer.

C Interfaces members are automatically public.

D To implement an interface member, the corresponding member in the class must be public as well as static.

ANS:C - Interfaces members are automatically public.

No answer description is available. Let's discuss.