OOP (2) 썸네일형 리스트형 객체지향설계원칙(SOLID) ⑤ - DIP DIP DIP는 Dependency Inveresion Principle, 의존성 역전 원칙을 말합니다. In object-oriented design, the dependency inversion principle is a specific methodology for loosely coupling software modules. When following this principle, the conventional dependency relationships established from high-level, policy-setting modules to low-level, dependency modules are reversed, thus rendering high-level modules indepe.. 객체지향설계원칙(SOLID) ① - SRP SRP The single-responsibility principle (SRP) is a computer programming principle that states that "A module should be responsible to one, and only one, actor." The term actor refers to a group (consisting of one or more stakeholders or users) that requires a change in the module. Robert C. Martin, the originator of the term, expresses the principle as, "A class should have only one reason to ch.. 이전 1 다음