接口隔离原则确保实现的接口有他们共同的职责,它们是明确的,易理解的,可复用的.
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.
接口隔离原则确保实现的接口有他们共同的职责,它们是明确的,易理解的,可复用的.
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.
应用推荐