会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿水弟弟
博客园
首页
新随笔
联系
订阅
管理
2020年11月15日
继承和多态小练习讲解
摘要: 动物类(父类) class Animals { int a = 0; public void eat() { System.out.println("动物吃饭!"); } public int f(int x, int y) { return x + y; } public static int g
阅读全文
posted @ 2020-11-15 18:42 阿水弟弟
阅读(91)
评论(0)
推荐(0)
公告