摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{ class xiushifu //用CLASS来创建一个类 { public int a;//访问不受限制; private int b;//私有的,只有包含此字段的类可以访问; protected int c... 阅读全文
posted @ 2008-12-16 23:47 xf雪儿 阅读(189) 评论(0) 推荐(0) 编辑