C# interfaces

Which of the following statements regarding C# interfaces is true?

A) An interface can contain declaration as well as implementation.

B) The declaration in C# can only contain methods and events

C) Interface cannot include private, protected or internal members.

Options
  1. A
  2. B
  3. A,B
  4. B,C
  5. C

Related Posts