반응형
Facade Pattern (퍼사드 패턴)이란
Facade
Intent Facade is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes. Problem Imagine that you must make your code work with a broad set of objects that belong to a sophisticated
refactoring.guru
퍼사드 패턴(Facade Pattern)
1. 퍼사드 패턴이란 1.1 퍼사드 패턴의 정의 어떤 서브시스템의 일련의 인터페이스에 대해 통합된 인터페이스를 제공하는 패턴. 고수준의 인터페이스를 정의하여 서브시스템을 더 쉽게 사용가능
invincibletyphoon.tistory.com
반응형
'공부 > Object-Oriented Design Pattern' 카테고리의 다른 글
Memento Pattern (메멘토 패턴)이란 (0) | 2021.05.28 |
---|---|
Flyweight Pattern 플라이웨이트 패턴이란 (0) | 2021.05.26 |
Visitor Pattern Double Dispatch (방문자 패턴 더블 디스패치란) (0) | 2021.05.19 |
Prototype Pattern (프로토타입 패턴)이란 (0) | 2021.05.19 |
Visitor Pattern (방문자 패턴)이란 (0) | 2021.05.11 |
댓글