Typepolymorphism and polymorphism in object-oriented programming: Read Wikipedia's articles about polymorphism, including subtype polymorphism.
类型多态性和面向对象编程的多态性:阅读有关多态性的Wikipedia文章,包括子类型多态性。
2
But then, the same limitation is true of polymorphism — it is only helpful when you cannot constrain an object to a single type for every execution path.