Edward_jie

for you, my Hall of Frame

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  92 随笔 :: 45 文章 :: 539 评论 :: 43万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

07 2012 档案

摘要:using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication3{ abstract class AbstractCompnent { abstract public void operation(); } class Leaf:AbstractCompnent { string str; public Leaf(string str) {... 阅读全文
posted @ 2012-07-31 17:03 Edward_诺 阅读(184) 评论(0) 推荐(0) 编辑

摘要:using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication3{ abstract class Compnent { abstract public void Operation(); } class ConcreateCompnent : Compnent { public override void Operation() { ... 阅读全文
posted @ 2012-07-31 16:51 Edward_诺 阅读(191) 评论(0) 推荐(0) 编辑

摘要:// "Handler"using System;using System.Collections.Generic;using System.Text;using System.Reflection;using System.Collections;namespace ConsoleApplication3{ abstract public class Builder { abstract public void BuilderWheel(); abstract public void BuilderEngine(); abstract ... 阅读全文
posted @ 2012-07-30 15:34 Edward_诺 阅读(206) 评论(0) 推荐(0) 编辑

摘要:// "Handler"using System;using System.Collections.Generic;using System.Text;using System.Reflection;namespace ConsoleApplication3{ abstract class Factory { abstract public ProductA ProductA(); abstract public ProductB ProductB(); } class WindowFactory : Factory { ... 阅读全文
posted @ 2012-07-30 14:06 Edward_诺 阅读(206) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示