1.多态怎么实现的?
2.对类怎么看的?
3.new/delete 与 malloc/free的区别?
new/delete是c++运算符,malloc/free是c的库函数
C++面试题
原文:https://www.cnblogs.com/curo0119/p/8560661.html