搜索资源列表
MicrosoftPetShop
- Petshop是一个宠物商店,是微软用来跟java的性能做对比的程序,有很好的架构,值得学习的好程序。运行程序前先安装PetShop3.rar中的安装文件。-Petshop is a pet shops, is used with Microsoft java comparing the performance of the procedure, have a good structure, we should learn from the program. Operating procedur
zuoye4
- (1)编写主人类(Master),添加不同的方法,根据输入的宠物类型不同,为不同的宠物看病。编写测试类验证; (2)使用多态修改代码,为各宠物类添加看病的方法,主人类中保留一个为宠物看病方法即可,参数类型为宠物类类型。编写测试类验证输出效果如图所示。(注意:同一个引用类型,使用不同的实例而执行不同操作就是多态;方法重写是实现多态的基础)((1) write Master class and add different methods to treat different pets depend