> For the complete documentation index, see [llms.txt](https://java.4-x.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://java.4-x.tw/java-11.md).

# 第11章：類別的繼承

- [認識類別的繼承](https://java.4-x.tw/java-11/java-11-1.md)
- [範例：類別的繼承](https://java.4-x.tw/java-11/java-11-2.md)
- [類別繼承中的建構元呼叫](https://java.4-x.tw/java-11/java-11-3.md)
- [Protected members](https://java.4-x.tw/java-11/java-protected-members.md)
- [Overriding](https://java.4-x.tw/java-11/java-overriding.md)
- [super() 與 this()](https://java.4-x.tw/java-11/java-super-and-this.md)
- [設定終止繼承](https://java.4-x.tw/java-11/java-11-4.md)
