多态是什么:抽象类型可以泛化为多样化不同的类型----多态的本意:是抽象类型具体实现的多样化---抽象类型的指代作用
Posted feng9exe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了多态是什么:抽象类型可以泛化为多样化不同的类型----多态的本意:是抽象类型具体实现的多样化---抽象类型的指代作用相关的知识,希望对你有一定的参考价值。
多态的本意:是抽象类型具体实现的多样化;
然后对具体类型的行为,作出或相同或不同的解释;
多态是一个类型理论的名词;对抽象类型的行为作出了解释;
抽象类型的指代作用举例:
这个牛是一头白牛,这个牛(这头白牛)........
The most commonly recognised major classes of polymorphism are:
- Ad hoc polymorphism: defines a common interface for an arbitrary set of individually specified types.
- Parametric polymorphism: when one or more types are not specified by name but by abstract symbols that can represent any type.
https://en.wikipedia.org/wiki/Polymorphism_(computer_science)#Static_and_dynamic_polymorphism
以上是关于多态是什么:抽象类型可以泛化为多样化不同的类型----多态的本意:是抽象类型具体实现的多样化---抽象类型的指代作用的主要内容,如果未能解决你的问题,请参考以下文章