电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

petshop2.0java宠物商店-源代码

petshop2.0java宠物商店-源代码_第1页
1/5
petshop2.0java宠物商店-源代码_第2页
2/5
petshop2.0java宠物商店-源代码_第3页
3/5
PetShop2.0(应用继承 extends)Pet.javapublicclass Pet{private String name;private String color;privateintage;public String getName() {returnname;}publicvoid setName(String name) {this.name = name;}public String getColor() {returncolor;}publicvoid setColor(String color) {this.color = color;}publicint getAge() {returnage;}publicvoid setAge(int age) {this.age = age;}public Pet(String name, String color, int age) {super();this.name = name;this.color = color;this.age = age;}}Dog.javapublicclass Dog extends Pet {private String type;public Dog(String name, String color, int age, String type) {super(name, color, age);this.type = type;}public String getType() {returntype;}publicvoid setType(String type) {this.type = type;}publicvoid eat(){System.out.println("I like eating bone!");}}Cat.javapublicclass Cat extends Pet {privatedoubleweight;public Cat(String name, String color, int age, double weight) {super(name, color, age);this.weight = weight;}publicdouble getWeight() {returnweight;}publicvoid setWeight(double weight) {this.weight = weight;}publicvoid eat(){System.out.println("I like eating fish!");}}Mouce.javapublicclass Mouce extends Pet{private String sex;public Mouce(String name, String color, int age, String sex) {super(name, color, age);this.sex = sex;}public String getSex() {returnsex;}publicvoid setSex(String sex) {this.sex = sex;}}PetShop.javapublicclass PetShop {private Pet[] pets;privateintpetActuralCount;publicstaticfinalintPET_COUNT=100;public PetShop(){super();pets=new Pet[PET_COUNT];}publicboolean add(Pet pet){boolean result=false;if(petActuralCount

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

petshop2.0java宠物商店-源代码

确认删除?
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群