Hi friends
If we will override nonstatic methods or if we will overload non static methods means shall we say it is the run time polymorphism? Is that so how to give example for compile time polymorphism in java?
If i will override static method means, friends are saying it is not compile time polymorphism, It is method hiding.
I have some confusion with runtime polymorphism and compile time polymorphism in java.
I have refered some sites related to this. But i didnt get satisfy with those.
I want to know whether my thought about polymorphism is right or wrong?
If i will get any clear answers or any good site links to demonstrate about compiletime and runtime polymorphism means, that will be helpful fo me.
Thnks in advance!