会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
精彩极了
There is only one heroism in the world: to see the world as it is and to love it.
博客园
首页
新随笔
联系
管理
2019年11月11日
重载和重写的区别
摘要: 重载【overload】: 重载时只能通过不同的参数样式。例如,不同的参数类型,不同的参数个数,不同的参数顺序(当然,同一方法内的几个参数类型必须不一样,例如可以是fun(int, float), 但是不能为fun(int, int)); 同一个类 相同方法名 参数列表不同【顺序不同 | 个数不同
阅读全文
posted @ 2019-11-11 20:28 Cool_Yang
阅读(118)
评论(0)
推荐(0)
编辑