上一页 1 ··· 238 239 240 241 242 243 244 245 246 ··· 493 下一页
  2014年9月25日
摘要: 桥接模式(Bridge Pattern):将抽象部分与它的实现部分分离,使它们都可以独立地变化。它是一种对象结构型模式,又称为柄体(Handle and Body)模式或接口(Interface)模式。模式角色与结构:示例代码:using System;using System.Collection... 阅读全文
posted @ 2014-09-25 17:52 逝者如斯(乎) 阅读(293) 评论(0) 推荐(0)
上一页 1 ··· 238 239 240 241 242 243 244 245 246 ··· 493 下一页