how to prevent a method from overloading in java?

Posted by subran on Stack Overflow See other posts from Stack Overflow or by subran
Published on 2010-06-07T07:27:46Z Indexed on 2010/06/07 7:32 UTC
Read the original article Hit count: 251

Filed under:
|
|

overriding a method can be prevented by using the keyword 'final', likewise how to prevent overloading?

© Stack Overflow or respective owner

Related posts about java

Related posts about beginner