Object Adapter1 [디자인패턴] Adapter pattern (어댑터 패턴) Purpose of Adapter Pattern (어댑터 패턴의 목적) aka) Wrapper - Permits classes with different interfaces to work together by creating a common object by which they may communicate and interact. - 서로 다른 인터페이스를 가진 클래스가 통신하고 상호 작용할 수 있는 공통 개체를 만들어 함께 작동하도록 Adapter pattern (어댑터 패턴) - Converts the interface of a class into another interface clients expect. - 클래스의 인터페이스를 클라이언트가 기대하는 다른 인터페이스로 변환 - Mechanism →.. 2022. 8. 28. 이전 1 다음