首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
扑街陈
如果说思考没有用...
首页
管理
2020年6月21日
Java 动物声音“模拟器”(用接口实现)
摘要: (1)编写接口Animal (Animal.java) public interface Animal{ public abstract void cry(); public abstract String getAnimalName(); } (2)编写模拟类Simulator (Simulato
阅读全文
posted @ 2020-06-21 11:16 扑街陈
阅读(1098)
评论(0)
推荐(0)
编辑