文章分类 -  C#--精华

摘要:从网上找到一个好东东,特收藏之 using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Drawing.Printing;using System.Data;using System.Windows.Forms;namespace WindowsAppl... 阅读全文
posted @ 2004-09-14 16:38 bluehat 阅读(1971) 评论(5) 推荐(0)
摘要:derived 派生 ,inherit 继承Using inheritancesealed class can not be inherited.abstract method and class:an abstract method is an empty method that has no implementation.an abstract class is a class that c... 阅读全文
posted @ 2004-09-13 23:20 bluehat 阅读(236) 评论(0) 推荐(0)