POLYMORPHISM in Chinese translation

Examples of using Polymorphism in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Polymorphism is the ability of a programming language to present the same interface for several different underlying data types.
多态多态是编程语言给不同的底层数据类型做相同的接口展示的一种能力。
Static polymorphism is often regarded as more type safe than dynamic polymorphism because all the bindings are checked at compile time.
静态多态比动态多态更加类型安全,因为全部绑定都被检查于编译期。
C++, on the other hand, supports by default ad hoc polymorphism, which means that a template doesn't have to be well-defined for all types.
C++默认提供的是特设多态(Adhocpolymorphism),这意味着模板不一定涵盖所有类型。
Parametric polymorphism is a way to make a language more expressive while still maintaining full static type-safety.
参数化多态使得语言更具表达力,同时保持了完全的静态类型安全。
The meta-analysis of 11 studies did find that another polymorphism in the gene, the -521C/T, showed an association with novelty seeking.
关于11份研究的元分析确发现了基因一多态性---521C/T显示出与“寻奇性格”的联系。
MTHFR C677T Polymorphism and Risk of Congenital Heart Defects: Evidence from 29 Case-Control and TDT Studies.
先天性心脏缺陷的MTHFRC677T多态性与风险多态性:从29病例对照和TDT的研究证据。
Previous studies have shown that a polymorphism or variation in the gene PRDM1 is a risk factor for lupus.
以前的研究表明,基因PRDM1的多态性或变异是狼疮的危险因素。
Subtyping(also called subtype polymorphism or inclusion polymorphism).
Subtypepolymorphism:也叫subtyping(子类型多态)或者inclusionpolymorphism(包含多态)。
Polymorphism is an important feature of class definition in Python that is utilized when you have commonly named methods across classes or subclasses.
多态是Python中类定义的一个重要特征,当您在类或子类之间具有通用命名方法时被使用。
Just because a language supports inheritance, polymorphism, encapsulation, and dynamic binding doesn't mean great object-oriented software is guaranteed.
仅仅因为语言支持继承、多态、封装以及动态绑定并不能保证产生伟大的面向对象软件。
Polymorphism- The dictionary definition of polymorphism refers to a principle in biology in which an organism or species can have many different forms or stages.
字典中的多态性(polymorphism)定义是指生物学中的一个原理,其中生物或物种可以有许多不同的形式或阶段。
Polymorphism in java is a concept by which we can perform a single action by different ways.
Java中的多态是一个概念,通过它我们可以通过不同的方式执行单个动作。
Xojo supports inheritance, interfaces, polymorphism and more, so experienced developers will love the power.
Xojo支持继承,接口,多态等等,所以有经验的开发人员会喜欢这个功能。
The presence of parametric or ad hoc polymorphism in a language may also have implications for type compatibility.
在语言中出现的参数或者特定的多态性,也可能意味着具有对类型的兼容性。
The best way to express polymorphism is via an abstract base class(or interface).
表达多态的最清晰的方法是通过抽象基类(或接口)。
Polymorphism generally can occur as a response to changes in temperature, pressure, or both.
多晶型现象一般可作为对温度、压力或两者变化的反应而出现。
More generally it is known as F-bound polymorphism, and it is a form of F-bounded quantification.
更一般地被称作F-boundpolymorphism,是一类F界量化(英语:F-boundedquantification)。
Polymorphism: Polymorphism is composed of two words'poly' means many and'morph' means forms.
多态性(Polymorphism)是由多个单词组成的词语,Ply意为“很多”,“morphism”暗示着含义。
In C++ interface-based programming can also be achieved through link-time or compile-time polymorphism.
不过在C++中,借助typetraits,可以实现compiletimepolymorphism
Creating Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphism.
N创建Java技术应用,使用到Java语言的面向对象特性,如封装、继承和多态.
Results: 140, Time: 0.0461

Top dictionary queries

English - Chinese