维基百科上对于多态的描述:
In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interf……
[/Quote]
维基百科上对于多态的描述:
In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions.