> For the complete documentation index, see [llms.txt](https://incheol-jung.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incheol-jung.gitbook.io/docs/study/undefined/undefined-2.md).

# 주요 디자인 패턴

- [전략패턴](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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
