Design Pattern
heroxiao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Factory Method Pattern
Factory Method Pattern This factory method pattern usually is used to create difference objects according to subclasses which inherit the same inter原创 2006-01-21 18:03:00 · 858 阅读 · 0 评论 -
Implement Singeton Pattern in C#
All these implementations have a prvate and parameterless constructor.First Version -- not thread safe Class sealed Singleton { private static Singleton instance = null; private Singleton(){原创 2006-01-19 18:00:00 · 917 阅读 · 0 评论 -
PowerDesigner
CDM 概念模型 PDM 物理模型 OOM 面向对象模型原创 2006-05-15 19:04:00 · 889 阅读 · 0 评论
分享