Пример #1
0
 //食客吃什么需要不同的厨师去做
 public void Eat(Chef chef)
 {
     chef.GetChefType();
     chef.GetFoodName();
 }