$ ls cpp/05-对象模型与多态/
7 篇文章 · 已读 0 / 7
= default
= delete
override
dynamic_cast
static_cast
对象模型三层次:
虚函数口诀:
对象模型与前面的知识紧密相关:
理解对象模型需要结合内存布局、运行时机制和语言特性。