摘要
给出了C ++中用于实现多态的一种重要的机制———虚函数与虚析构函数的作用及用法 ,C ++中多态的分类、特点及实现方式。
This paper introduces an important mechanism to implement polymorphism in C++—— the application and usage of virtual function and virtual destructor, it also introduces the classification,properities and ways of implementation of polymorphism in C++, it lays much emphasis on describing the application and usage of virtual destructor.
出处
《兰州石化职业技术学院学报》
2003年第1期15-17,共3页
Journal of Lanzhou Petrochemical Polytechnic
关键词
C++
虚函数
虚析构函数
面向对象
程序设计语言
多态性
polymorphism
inheritance
virtual function
virtual destructor
compiling-time polymorphism
run-time polymorphism