go top

interface segregation principle

  • 接口隔离原则:指明客户不应被迫使用对其而言无用的方法或功能。拆分非常庞大臃肿的接口成为更小的和更具体的接口,这样客户将会只需要知道他们感兴趣的方法。目的是系统解开耦合,从而容易重构,更改和重新部署。

网络释义英英释义

  接口隔离原则

...抽象类或接口)不应该依赖于细节(具体实现类) 细节(具体实现类)应该依赖抽象 接口隔离原则(Interface Segregation Principle, ISP) 一个类对另外一个类的依赖是建立在最小的接口上 使用多个专门的接口比使用单一的总接口要好.

基于853个网页-相关网页

  接口分离原则

和单元测试关系不大。 接口分离原则Interface Segregation Principle):只有通过接口和具体实现类分离之后,才能在测试时为接口提供Mock或Stub。

基于102个网页-相关网页

  接口分隔原则

里氏替换原则-Liskov Substitution Principle (LSP) 接口分隔原则-Interface Segregation Principle (ISP) 单一职责原则-Single Responsibility Principle (SRP) ..

基于6个网页-相关网页

  接口隔离法则

接口隔离法则(Interface Segregation Principle,ISP),不应该迫客户端依赖于它们不用的方法. 这样做的话,不但没脱藕,还增加其藕合性。

基于4个网页-相关网页

Interface segregation principle

  • abstract: The interface-segregation principle (ISP) states that no client should be forced to depend on methods it does not use.

以上来源于: WordNet

双语例句

  • The Interface Segregation Principle.

    接口分离原则

    youdao

  • The Interface Segregation Principle: clients should not be forced to depend upon methods that they do not use. Interfaces belong to clients, not to hierarchies.

    客户只要关注它们所需的接口而不应该强迫客户依赖于它们不用方法

    youdao

  • The Interface Segregation principle ensures that Interfaces are developed so that each of them have their own responsibility and thus they are specific, easily understandable, and re-usable.

    接口隔离原则确保实现接口他们共同的职责,它们明确的,理解的,可复用的.

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定