摘要
本文分析了C++中的两种多态性:编译时的多态性和运行时的多态性,通过函数重载和虚函数对其进行了探讨,指出了虚函数是实现动态联编的关键。
This article analyses two kinds of polymorphism: polymorphism in compiling and polymorphism in running. It argues the two kinds d polymorphism through function overloading and virtual function and points out that virtual function is the crucial technology of realizing dynamic binding.
出处
《黄冈职业技术学院学报》
2006年第4期82-84,共3页
Journal of Huanggang Polytechnic
关键词
多态性
虚函数
静态联编
动态联编
Polymorphism
Virtual function
Static binding
Dynamic binding