| Author |
static methods
|
saravanan gnanasundaram
Greenhorn
Joined: May 11, 2011
Posts: 1
|
|
|
what is the advantage of redefining a static method....any one give example
|
 |
Greg Brannon
Bartender
Joined: Oct 24, 2010
Posts: 530
|
|
|
What do you mean "redefining a static method?" Redefining it as what?
|
Learning Java using Eclipse on OpenSUSE 11.2
Linux user#: 501795
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32679
|
|
Welcome to the Ranch
You can't override a static method at all. You can only hide it, which is bad practice. We have an FAQ which you will probably find helpful/
|
 |
 |
|
|
subject: static methods
|
|
|