Skip to content
Jacob's 百宝箱
搜索文档
K
Main Navigation
导航
博客
指南
Web开发
VitePress
npm
编程
Python
C++
Rust
Git
文件读写
系统技巧
macOS
Windows
生活
体重记录
游戏
游戏攻略
游戏租赁
API参考
符号大全
Appearance
Menu
Return to top
On this page
继承(Inheritance)
继承是面向对象编程的三大特性之一,允许子类继承父类的属性和方法,实现代码复用。
主要内容
TODO: 待补充