# 클래스와 인터페이스

- [아이템15 클래스와 멤버의 접근 권한을 최소화하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-15item.md): Effective Java 3e 아이템 15를 요약한 내용 입니다.
- [아이템16 public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-16item.md): Effective Java 3e 아이템 16를 요약한 내용 입니다.
- [아이템17 변경 가능성을 최소화하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-17item.md): Effective Java 3e 아이템 17를 요약한 내용 입니다.
- [아이템18 상속보다는 컴포지션을 사용하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-18item.md): Effective Java 3e 아이템 18를 요약한 내용 입니다.
- [아이템19 상속을 고려해 설계하고 문서화하라. 그러지 않았다면 상속을 금지하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-19item.md): Effective Java 3e 아이템 19를 요약한 내용 입니다.
- [아이템20 추상 클래스보다는 인터페이스를 우선하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-20item.md): Effective Java 3e 아이템 20를 요약한 내용 입니다.
- [아이템21 인터페이스는 구현하는 쪽을 생각해 설계하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-21item.md): Effective Java 3e 아이템 21를 요약한 내용 입니다.
- [아이템22 인터페이스 타입을 정의하는 용도로만 사용하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-22item.md): Effective Java 3e 아이템 22를 요약한 내용 입니다.
- [아이템23 태그 달린 클래스보다는 클래스 계층구조를 활용하라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-23item.md): Effective Java 3e 아이템 23를 요약한 내용 입니다.
- [아이템24 멤버 클래스는 되도록 static으로 만들라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-24item.md): Effective Java 3e 아이템 24를 요약한 내용 입니다.
- [아이템25 톱레벨 클래스는 한 파일에 하나만 담으라](https://incheol-jung.gitbook.io/docs/study/effective-java/undefined-2/2020-03-20-effective-25item.md): Effective Java 3e 아이템 25를 요약한 내용 입니다.


---

# 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/effective-java/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.
