摘要: 1 package com.hanqi; 2 3 //父类 4 5 //电话 6 public class telephone { 7 8 public telephone() 9 { 10 11 } 12 13 ... 阅读全文
posted @ 2015-10-15 21:48 雨鹭 阅读(151) 评论(0) 推荐(0)
摘要: package zuoye;//创建父类public class Txd { public Txd() { }//属性 //颜色 public String Yanse; //品牌 public String Pinpai; //电容... 阅读全文
posted @ 2015-10-15 21:42 雨鹭 阅读(162) 评论(0) 推荐(0)