摘要
虚函数是C++中实现多态性的一个十分重要的机制,本文对C++中虚函数定义中的一些细节问题,使用虚函数的原因,以及虚函数中的动态连接等一系列问题作了一些探讨。
Virtual function is a very important mechanism for the implementation of polymorphic in C++ language.This paper discusses the detial problems of virtual function,the definition the reason for virtual function and dynamic binding in virtual function.
出处
《甘肃联合大学学报(自然科学版)》
1996年第1期14-17,共4页
Journal of Gansu Lianhe University :Natural Sciences
关键词
虚函数
多态
动态连接
viutual function
polymorphic
dynamic binding