摘要:
package cn.jbit.epet.purview; /** * 狗狗类,宠物的子类。 */ public class Dog extends Pet { private String strain;// 品种 /** * 有参构造方法。 * @param name 昵称 * @param strain 品种 */ ... 阅读全文
posted @ 2016-05-27 23:16
许先
阅读(167)
评论(0)
推荐(0)