update dir

This commit is contained in:
light-city
2019-08-07 14:36:00 +08:00
parent f1e2b3fbef
commit d49f1a8484
16 changed files with 317 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
# C实现C++的面向对象特性
## 关于作者:
个人公众号:
![](../img/wechat.jpg)
## 1.C++实现案例
C++中的多态:在C++中会维护一张虚函数表,根据赋值兼容规则,我们知道父类的指针或者引用是可以指向子类对象的。