해설
생성패턴 : 추상 팩토리(Abstract Factory), 빌더(Builder), 팩토리메서드(FactoryMethod), 프로토타입(Prototype), 싱글톤(Singleton)
구조패턴 : 어댑터(Adapter), 브리지(Bridge), 컴포지트(Composite), 데코레이터(Decorator), 파사드(Facade), 플라이웨이트(Flyweight), 프록시(Proxy)
행위 패턴 : 책임 연쇄(Chain of Responsibility), 커맨드(Command), 인터프리터(InterPreter), 이터레이터(Iterator), 중재자(Mediator), 메멘토(Memento), 옵서버(Observer), 상태(State), 전략(Strategy), 템플릿메서드(Template Method),방문자(Visitor)