I was studying about static and dynamic polymorphism and got these links:
http://www.coderanch.com/t/379004/java/java/static-polymorphism-dynamic-polymorphism
http://javarevisited.blogspot.in/2011/08/what-is-polymorphism-in-java-example.html
In all these links , It has been said that Overloading is an example of polymorphism , then I came across two more places where it has been said that overloading has nothing to do with polymorphism, the links are:
Is Method Overloading considered polymorphism?
Head First Java 2nd Edition Chapter 7 (Inheritence and Polymorphism) Last topic: Overloading a method.
Now I am not able to figure out whether it is a kind of polymorphism or not and if it is not the is there anything called static polymorphism in OOPs ?