摘要
多态性是面向对象程序设计的重要特性之一,虚函数是实现多态的基础。文章对C++中虚函数的定义进行分析,并通过程序举例来探讨虚函数的作用。
Polymorphism is one of the features of the object - oriented programming. Virtual function is the basis of realizing polymorphism. This papaer will discuss the use of virtual function through its definition and some programe examples in C ++ programming language.
出处
《荆门职业技术学院学报》
2007年第3期42-45,共4页
Journal of Jingmen Technical College
关键词
虚函数
多态性
virtual function
polymorphism