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
- A
- B
- A,B
- B,C
- C