会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Einsam
博客园
首页
新随笔
联系
管理
订阅
2017年8月10日
java-引用数组、继承、super关键字
摘要: 1.引用类型数组: 1) Cell[] cells = new Cell[4]; cells[0] = new Cell(2,5); cells[1] = new Cell(2,6); cells[2] = new Cell(2,7); cells[3] = new Cell(3,6); 2)Cel
阅读全文
posted @ 2017-08-10 21:59 Einsam
阅读(790)
评论(0)
推荐(0)
公告