Translation of "interface segregation principle" into Chinese
接口隔离原则 is the translation of "interface segregation principle" into Chinese.
interface segregation principle
proper
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.)
-
接口隔离原则
-
Show algorithmically generated translations
Automatic translations of "interface segregation principle" into Chinese
-
Glosbe Translate
-
Google Translate
Add example
Add