摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Test06 7 { 8 class Program 9 {10... 阅读全文
posted @ 2015-11-06 14:46 刘要直 阅读(684) 评论(6) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Test07 7 { 8 /**********************... 阅读全文
posted @ 2015-11-06 12:55 刘要直 阅读(2343) 评论(0) 推荐(0) 编辑
摘要: 定义一个借口,接口封装了矩形的长和宽,而且还包含一个自定义的方法以计算矩形的面积。然后定义一个类,继承自该接口,在该类中实现接口中自定义方法。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 usi... 阅读全文
posted @ 2015-11-06 12:18 刘要直 阅读(1395) 评论(0) 推荐(0) 编辑