Junior OOP

What is Interface Segregation Principle?

  • No client should be forced to implement methods it does not use.
  • Break large interfaces into smaller, focused interfaces.

More from C# Programming Tutorial

All questions for this course