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
多态(Polymorphism)
多态是面向对象编程的三大特性之一,允许使用父类指针或引用来调用子类的方法。
内容列表
虚函数重写与函数隐藏区别