Mid OOP

What happens if two interfaces have the same method signature?

  • The implementing class must provide a single implementation for both interfaces.
  • Or use explicit interface implementation to differentiate.

More from C# Programming Tutorial

All questions for this course