Kizspy | Question: 30
(Choose 1 answer)
Which of the following is an advantage of default interface methods in C#?
A. They allow for multiple inheritance in C#
B. They eliminate the need for abstract classes
C. They improve code reusability by providing a default implementation
D. They improve performance by eliminating the need for virtual method calls