面向對象設計原則之接口隔離原則

接口隔離原則(Interface Segregation Principle, ISP) Clients should not be forced to depend upon interfaces that they don’t use. 概念1:客戶端不應該被迫依賴它們不需要使用的接口。 The dependency of one class to another one should dep
相關文章
相關標籤/搜索