码迷,mamicode.com
首页 > Web开发 > 详细

.NET设计模式系列文章

时间:2014-08-15 01:15:56      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   html   log   htm   .net   

单件模式(Singleton Pattern)

Singleton模式要求一个类有且仅有一个实例,并且提供了一个全局的访问点。

工厂方法模式(Factory Method)

定义一个用户创建对象的接口,让子类决定实例化哪一个类。

原型模式(Prototype Pattern)

用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象

http://www.cnblogs.com/terrylee/archive/2006/07/17/334911.html

.NET设计模式系列文章,布布扣,bubuko.com

.NET设计模式系列文章

标签:style   blog   http   ar   html   log   htm   .net   

原文地址:http://www.cnblogs.com/xiao-hei/p/3913697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!