Question:Which of the following statements is true about interfaces in C#?
A An interface can contain implementation of methods.
B A class can implement multiple interfaces.
C Interfaces can inherit from classes.
D An interface cannot be instantiated.
+ AnswerB
+ Report