摘要:
using System;class Vehicle//定义汽车类{public int wheels; //公有成员轮子个数protected float weight; //保护成员重量public Vehicle(){;};public Vehicle(int w,float g){wheel... 阅读全文
posted @ 2014-12-17 14:07
乔闻
阅读(166)
评论(0)
推荐(0)
摘要:
using System;class Vehicle //定义汽车类{int wheels; //公有成员轮子个数protected float weight; //保护成员重量public Vehicle(){;}public Vehicle(int w,float g){wheels = w;w... 阅读全文
posted @ 2014-12-17 11:17
乔闻
阅读(106)
评论(0)
推荐(0)


浙公网安备 33010602011771号