虚函数
纯虚函数
什么函数不能是虚函数
- 非成员函数
- 友元函数
- 构造函数
- 静态函数
- 内联函数
虚函数的作用
参考文献
1.https://www.cnblogs.com/mfrbuaa/p/5118361.html
2.https://stackoverflow.com/questions/2391679/why-do-we-need-virtual-functions-in-c
3.https://stackoverflow.com/questions/8824359/why-use-virtual-functions