2015年3月12日

基础的对象初始化解析

摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1 { class A { //调用到这个构造函数时:x=1,y=0 public... 阅读全文

posted @ 2015-03-12 14:14 教练!我想编程 阅读(97) 评论(1) 推荐(0) 编辑

c# BOOK类的实现(疑问有答案)

摘要: 这是别人的程序,只能先学习coby一下:using System;class BOOK { //定义字段 private readonly string isbn; private string titile; private string author; privat... 阅读全文

posted @ 2015-03-12 13:48 教练!我想编程 阅读(471) 评论(0) 推荐(0) 编辑

导航