




全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
PetShop2 0 应用继承 extends Pet java public class Pet private String name private String color private int age public String getName return name public void setName String name this name name public String getColor return color public void setColor String color this color color public int getAge return age public void 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 java public class 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 return type public void setType String type this type type public void eat System out println I like eating bone Cat java public class Cat extends Pet private double weight public Cat String name String color int age double weight super name color age this weight weight public double getWeight return weight public void setWeight double weight this weight weight public void eat System out println I like eating fish Mouce java public class 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 return sex public void setSex String sex this sex sex PetShop java public class PetShop private Pet pets private int petActuralCount public static final int PET COUNT 100 public PetShop super pets new Pet PET COUNT public boolean add Pet pet boolean result false if petActuralCount PET COUNT pets petActuralCount pet petActuralCount result true return result else System out println the houses of pets are full return result public void show for int i 0 i petActuralCount i System out println Name pets i getName Color pets i getCo lor Age pets i getAge public static void main String args PetShop ps ps new PetShop Cat cat1 Cat cat2 Dog dog1 Dog dog2 Mouce mouce1 Mouce mouce2 cat1 new Cat Tom1 black 3 2 3 cat2 new Cat Tom2 white 4 2 4 dog1 new Dog Biby1 yellow 5 藏獒 dog2 new Dog Biby2 black 4 黑贝 mouce1 new Mouce Kity1 blue 1 female mouce2 new Mouce
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
评论
0/150
提交评论