Mid OOP

Can interface changes break backward compatibility?

  • Yes, adding new members can break existing implementations.
  • Use default interface methods to avoid breaking changes.

More from C# Programming Tutorial

All questions for this course