Bridge Pattern
-
Object Oriented System's Design Patterns [3 - Structural Pattern]Tech 2022. 3. 9. 15:12
중간에 좋은 reference를 찾았기 때문에 여기서부터는 출처가 바뀝니다. 저도 해당 사이트의 도움을 많이 받았기 때문에 해당 사이트 한 번 직접 가보는 것을 추천드립니다. Reference Design Patterns: Elements of reusable object oriented software. Refactoring GURU : https://refactoring.guru/design-patterns/structural-patterns Structural Pattern 앞 서 살펴본 creational pattern이 object의 생성에 대한 방법들을 제공하였다면, 해당 object들의 관계를 어떻게 연결할 것인가에 대한 고민에서 만들어진 pattern이라고 생각하시면 됩니다. 예를 들어서,..