摘要
分析 C++中类的数据成员类型 ,说明在构造函数中如何对其进行初始化 ,并举例说明如何正确使用构造函数构造类的成员。
After discussing about the kinds of data members of class in c++ language, examples are given to show the methods of initializing data members using constructor function. The relationship between class and class in C++ language is discussed.