摘要
通过对C++语言的深入分析,总结了不同类型对象的初始化方法。详细分析了C++中构造函数和拷贝构造函数,并通过具体应用实例深入探讨了构造函数在组合类、派生类中的不同作用规则。
This paper summarizes the methods of initializing various objects in OOP. Through C+ + language, We analysed the constructor and the copy-constructor in C+ + and discussed the defferent use of constructor in combined class, derivative class through illustrating.
出处
《衡阳师范学院学报》
2006年第3期94-96,共3页
Journal of Hengyang Normal University
基金
湖南省教育厅青年项目(05B055)
衡阳师范学院资助项目(2005)
关键词
类
对象
初始化
构造函数
class
object
initializing
constructor