摘要:
package org.lxh.demo15.factorydemo01 ; interface Fruit{ public void eat() ; // 吃水果 } class Apple implements Fruit{ public void eat(){ // 覆写eat()方法 Sys 阅读全文
posted @ 2020-03-04 23:28
吴裕雄
阅读(201)
评论(0)
推荐(0)