摘要
通过对C#私有构造函数的分析与实践,说明了C#私有构造函数在继承性和实例创建等方面对类的影响,列举了C#私有构造函数创建实例的3种方法,指出C#私有构造函数在单体模式和简单工厂模式设计及其在类实例控制中的应用。
Through the analysis and practice on C # private constructor, the paper illustrates the impact of the constructor on class in inheritance and ease- formation,and puts forward three methods of ease- formation with C# private construetor. The application of the private constructor in the design of single mode and simple factory and the effect of it in ease control is discussed also.
基金
福建省教育厅科技项目(JB07283)
福建交通职业技术学院科技发展基金项目(0423)
关键词
私有构造函数
实例
单体模式
简单工厂模式
private constructor
instance
singleton pattern
simple factory pattern