首页 > 其他 > 详细

static 方法.

时间:2014-01-19 08:31:37      阅读:431      评论:0      收藏:0      [点我收藏+]

  If a subclass defines a static method with the same signature as a static method in the superclass, then the method in the subclass hides the one in the superclass.

  

  • The version of the overridden instance method that gets invoked is the one in the subclass.
  • The version of the hidden static method that gets invoked depends on whether it is invoked from the superclass or the subclass.

 

  ref:  java

static 方法.

原文:http://www.cnblogs.com/listened/p/3525369.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!