# 주요 디자인 패턴

- [전략패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined.md): 객체지향과 디자인 패턴(최범균 저) 전략 패턴 정리한 내용입니다.
- [템플릿 메서드 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-1.md): 객체지향과 디자인 패턴(최범균 저) 템플릿 메서드 패턴 정리한 내용입니다.
- [상태 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-2.md): 객체지향과 디자인 패턴(최범균 저) 상태 패턴 정리한 내용입니다.
- [데코레이터 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-3.md): 객체지향과 디자인 패턴(최범균 저) 데코레이터 패턴 정리한 내용입니다.
- [프록시 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-4.md): 객체지향과 디자인 패턴(최범균 저) 프록시 패턴 정리한 내용입니다.
- [어댑터 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-5.md): 객체지향과 디자인 패턴(최범균 저) 어댑터 패턴 정리한 내용입니다.
- [옵저버 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-6.md): 객체지향과 디자인 패턴(최범균 저) 옵저버 패턴 정리한 내용입니다.
- [파사드 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-7.md): 객체지향과 디자인 패턴(최범균 저) 파사드 패턴 정리한 내용입니다.
- [추상 팩토리 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-8.md): 객체지향과 디자인 패턴(최범균 저) 추상 팩토리 패턴 정리한 내용입니다.
- [컴포지트 패턴](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2/undefined-9.md): 객체지향과 디자인 패턴(최범균 저) 컴포지트 패턴 정리한 내용입니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
