Java overloading and overriding

Posted by Padmanabh on Stack Overflow See other posts from Stack Overflow or by Padmanabh
Published on 2010-03-18T12:30:22Z Indexed on 2010/03/18 12:31 UTC
Read the original article Hit count: 154

Filed under:
|
|

We always say that method overloading is static polymorphism and overriding is runtime polymorphism. What exactly do we mean by static here? Is the call to a method resolved on compiling the code? So whats the difference between normal method call and calling a final method? Which one is linked at compile time?

© Stack Overflow or respective owner

Related posts about java

Related posts about override