2008年8月11日

适配器模式

摘要: 2008年08月10日 星期日 下午 05:57 using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{ abstract class Birds { public abstract void Fly(); public abstract void Shout();... 阅读全文

posted @ 2008-08-11 01:17 崔鹏飞 阅读(320) 评论(0) 推荐(0) 编辑

适配器模式

摘要: using System; using System.Collections.Generic; using System.Text; ... 阅读全文

posted @ 2008-08-11 01:16 崔鹏飞 阅读(112) 评论(0) 推荐(0) 编辑

导航