Good design standards for C# interface

Which of the following statements regarding good design standards for C# interfaces holds true?

A) You have to split up the interface for unrelated functionalities

B) You have to make new interfaces for specific functionality

C) You do not have to implement too many methods in one interface

Options
  1. A
  2. B
  3. C
  4. Both A & C
  5. Both B & C

Related Posts