Definitions from Wiktionary (interface segregation principle)
▸ noun: (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.
▸ Words similar to interface segregation principle
▸ Usage examples for interface segregation principle
▸ Idioms related to interface segregation principle
▸ Wikipedia articles (New!)
▸ Words that often appear near interface segregation principle
▸ Rhymes of interface segregation principle
▸ Invented words related to interface segregation principle
▸ noun: (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.
Similar:
separation of concerns,
dependency inversion principle,
single responsibility principle,
aspect-oriented programming,
superinterface,
fluent interface,
information hiding,
Hollywood principle,
aspect-oriented language,
open-closed principle,
more...
▸ Words similar to interface segregation principle
▸ Usage examples for interface segregation principle
▸ Idioms related to interface segregation principle
▸ Wikipedia articles (New!)
▸ Words that often appear near interface segregation principle
▸ Rhymes of interface segregation principle
▸ Invented words related to interface segregation principle