2017.4.6课后作业(第四章.简答题4)

 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 using System.Threading.Tasks;
 6
 7 namespace lesson4.entity
 8 {
 9     /// <summary>
10     /// 甜品类
11     /// </summary>
12     class TP
13     {
14         public TP(string name)
15         {
16             this.Name = name;
17         }
18
19         /// <summary>
20         /// 甜品名
21         /// </summary>
22         public string Name { get; set; }
23     }
24 }

 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 using System.Threading.Tasks;
 6
 7 namespace lesson4.entity
 8 {
 9     /// <summary>
10     /// 蚂蚁类
11     /// </summary>
12     class MY
13     {
14         public MY(string name)
15         {
16             this.Name = name;
17         }
18         /// <summary>
19         /// 蚂蚁名字
20         /// </summary>
21          public string Name{get;set;}
22
23
24         /// <summary>
25         /// 问好
26         /// </summary>
27          public void SayHi()
28          {
29              Console.WriteLine("大家好!我是一只小蚂蚁,名叫"+Name);
30          }
31
32         /// <summary>
33         /// 找甜品
34         /// </summary>
35          public void Find(TP tp)
36          {
37              Console.WriteLine("我找到一块甜品:{0}",tp.Name);
38          }
39
40         /// <summary>
41         /// 招呼伙伴
42         /// </summary>
43          public void Partner(int count)
44          {
45              Console.WriteLine("我招呼到{0}个同伴",count);
46          }
47
48         /// <summary>
49         /// 工作
50         /// </summary>
51          public void Work()
52          {
53              Console.WriteLine("现在,大家搬运甜品");
54              Console.WriteLine("我们完成寻找甜品的任务!");
55          }
56     }
57 }

 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 using System.Threading.Tasks;
 6 using lesson4.entity;
 7
 8 namespace lesson4
 9 {
10     class Program
11     {
12         static void Main(string[] args)
13         {
14             MY my = new MY("小不点");
15             my.SayHi();
16             TP tp = new TP("提拉米苏");
17             my.Find(tp);
18             my.Partner(2);
19             my.Work();
20             Console.Read();
21         }
22     }
23 }

时间: 2024-11-08 17:28:45

2017.4.6课后作业(第四章.简答题4)的相关文章

2017.4.6课后作业(第四章.简答题5)

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace lesson5.entity 8 { 9 /// <summary> 10 /// 巫师 11 /// </summary> 12 class Wizard 13 { 14 15 public Wizard

2017.4.6课后作业(第四章.简答题4-5)

S2T40.(深入.Net平台和C#编程)第四章.简答题4.刁汉生.20170406

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 简答题.Entity 8 { 9 /// <summary> 10 /// 蚂蚁类 11 /// </summary> 12 public class Ant 13 { 14 //蚂蚁名字 15 publi

S2T40.(深入.Net平台和C#编程)第四章.简答题5.刁汉生.20170406

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 简答题5.Entity 8 { 9 /// <summary> 10 /// 巫师类 11 /// </summary> 12 public class Wizard 13 { 14 /// <sum

S2T40.(深入.Net平台和C#编程)第四章.简答题4.李向阳.20170406

1 ===================蚂蚁类=============== 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace KeHouZuYe.entity 9 { 10 /// <summary> 11 /// 蚂蚁类 12 /// </summary&

S2T40.(深入.Net平台和C#编程)第四章.简答题4、5.何强.20170406

简答题4: 简答题5

S2T40.(深入.Net平台和C#编程)第四章.简答题5.李向阳.20170406

---恢复内容开始--- 1 ============巫师类============= 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace J5.entity 9 { 10 /// <summary> 11 ///巫师类 12 /// </summary>

计算机网络第三章简答题

1 总线型拓扑结构采用什么控制策略?常用什么控制方式,优缺点是什么? 2 星状拓扑结构采用用什么控制策略?优缺点是什么? 3 环状拓扑结构采用用什么控制策略?优缺点是什么? 4 选择拓扑结构的原则是什么? 5 osi模型七层的名称是什么? 6 物理层的主要功能有哪些? 7 数据链路层的功能有哪些? 8 网络层的功能有哪些? 9 传输层的功能有哪些? 10 会话层的功能有哪些?提供哪些服务? 11 表示层的功能有哪些?提供哪些服务? 12 简述csma/cd的工作过程? 13 简述令牌传递控制法的

2016年3月14日作业第四章:项目管理一般知识

1.  核心知识域有哪些.保障域有哪些?伴随域有哪些?过程域有哪些? 核心知识域:整体管理.范围管理.进度管理.成本管理.质量管理和信息安全管理等 保障域:人力资源管理.合同管理.采购管理.风险管理.信息(文档)与配置管理.知识产权管理.法律法规标准规范和职业道德规范等 伴随域:变更管理和沟通管理等 过程域:科研与立项.启动.计划.实施.监控和收尾等,其中的监控过程则可能发生在项目生命周期的任一阶段. 2.  有效的项目管理要求项目管理团队,至少要使用哪六个方面知识? 项目管理知识体系(5大功能