在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

duck typing

美:[dʌk ˈtaɪpɪŋ]查词链接:https://www.dute.org/dict/duck_typing复制链接
鸭子类型:一种编程概念,主要用于动态类型语言中。它关注对象的行为,而不是对象所属的具体类型。如果一个对象能够实现某种行为,那么它就被认为具有相应的类型,而不需要显式地声明类型。
查看英英释义
abstract:
In computer programming with object-oriented programming languages, duck typing is a style of dynamic typing in which an object's methods and properties determine the valid semantics, rather than its inheritance from a particular class or implementation of a specific interface. The name of the concept refers to the duck test, attributed to James Whitcomb Riley (see history below), which may be phrased as follows:

网络释义
鸭子类型
... 在程序设计中,鸭子类型(duck typing)是动态类型的一种风格。在这种风格中,一个对象有效的语义,不是由继承自特定的类或实现特定的接口,而是由当前方法和属性的集合...
动态类型
这种转换并不依赖与特定类型,而只依赖与方法名称和参数,也就是所谓的动态类型(Duck Typing)的编译时形式。
鸭子型态
...于duck变数实际上没有规范型态,所以没办法说S是T的次型态,或说T是S的次型态,因而动态语言界称duck具有鸭子型态(Duck typing)的行为外观。
常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...