摘要: uml类图 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namesp... 阅读全文
posted @ 2016-01-03 20:50 shgashf 阅读(115) 评论(0) 推荐(0)
摘要: uml类图1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespac... 阅读全文
posted @ 2016-01-03 20:43 shgashf 阅读(76) 评论(0) 推荐(0)
摘要: uml类图MealBuilderinterface MealBuilder { void BuildBurger(); void BuildChicken(); void BuildDrink(); Meal GetMeal(); ... 阅读全文
posted @ 2016-01-03 20:39 shgashf 阅读(115) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace {interface FoodFactory{ Burger CreateBurger(); Ch... 阅读全文
posted @ 2016-01-03 20:21 shgashf 阅读(106) 评论(0) 推荐(0)