bridge pattern

IT/Design Pattern

Structural Patterns(구조 패턴) (1)

주로 Refactoring Guru의 structural-pattern을 참고하여 번역 및 추가로 정리한 글이다. 출처: https://refactoring.guru/design-patterns/structural-patterns Q. Structural Pattern (구조패턴) 이란? 구조 패턴이란 구조를 유연하고 효율적으로 유지하면서 객체와 클래스를 더 큰 구조로 조립하는 방식이다. 서로 독립적으로 개발한 클래스 라이브러리들을 하나인 것처럼 사용할 수 있다. 또한 여러 인터페이스를 합성하여 서로 다른 인터페이스들의 통일된 추상을 제공한다. 구조 패턴의 종류로는 1. Adapter 2. Bridge 3. Composite 4. Decorator 5. Facade 6. Flyweight 7. Proxy..

힞뚜루마뚜루
'bridge pattern' 태그의 글 목록