interface segregation principle

Hello, you have come here looking for the meaning of the word interface segregation principle. In DICTIOUS you will not only get to know all the dictionary meanings for the word interface segregation principle, but we will also tell you about its etymology, its characteristics and you will know how to say interface segregation principle in singular and plural. Everything you need to know about the word interface segregation principle you have here. The definition of the word interface segregation principle will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofinterface segregation principle, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Proper noun

interface segregation principle

  1. (programming, object-oriented programming) A principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. In other words, no client should be forced to depend on methods it does not use.

Hypernyms

Translations

References