摘要
本文讲述了在VisualC++6.0环境下,类的定义的三种方法,并且讲述了在类的外部实现类的成员函数时要注意的问题:包括派生类的构造函数中的初始化表,带缺省参数的成员函数、虚拟成员函数等。
This article describe three methods of defining the class under the Visual C++ 6.0 envirement,and the points,to which we should pay attenction to,about the implementation of member function,including initialization list in the derived class' constructor, member funcdon with defattlt parameters,virtual member function and so on.
出处
《电脑知识与技术》
2006年第2期170-171,共2页
Computer Knowledge and Technology
关键词
构造函数
缺省参数
初始化表
虚拟函数
预处理
Constructor
Default parameter
Initializadon list
Virtual function
Preprocessor