01 2016 档案

摘要:对应代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespa... 阅读全文
posted @ 2016-01-03 20:59 周熙 阅读(135) 评论(0) 推荐(0)
摘要:创建抽象装饰类Decorator,包含一个MobilePhone类型的私有变量。 1 public class Decorator extends MobilePhone{ 2 3 private MobilePhone _mobilePhone; 4 5 public ... 阅读全文
posted @ 2016-01-03 20:54 周熙 阅读(224) 评论(0) 推荐(0)
摘要:相关代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespa... 阅读全文
posted @ 2016-01-03 20:46 周熙 阅读(120) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace KFCandM{ class Program ... 阅读全文
posted @ 2016-01-03 20:41 周熙 阅读(185) 评论(0) 推荐(0)