Static polymorphism is in fact involves binding of functions based on number or type of arguments and is also known as parametric polymorphism.
It seems that static polymorphism is not really polymorphism, because the interface looks different and is like calling a function with different types or number of parameters.
can somebody tell me that static polymorphism is really a polymorphism or not?
please give some reasons if possible.