Become Educator
Contact us
Sign in
I: Interface Segregation Principle
Home
object-oriented programming (OOP) & SOLID Principles
I: Interface Segregation Principle
The fourth SOLID principle, "I," refers to the Interface Segregation Principle. Based on this principle, no class should be forced to implement interfaces or methods that it will not use.