Introduction - If you have any usage issues, please Google them yourself
Polymorphism of object-oriented programming is one of key technologies. If the programming language does not support polymorphism can not be called object-oriented language. Using polymorphism, you can call a function with a function name to achieve a completely different function.