请输入您要查询的英文单词或汉字:

 

单词 polymorphism
释义 pol·y·mor·phism 英ˌpɒliːˈmɔːˌfɪzəm美ˌpɑliˈmɔrˌfɪzəmAHDpŏl'ē-môrʹfĭz'əm 高SCOCA⁵⁰⁹⁷⁸BNC³³⁰⁴³iWeb²¹⁰⁶⁹Economist⁵³⁵⁸¹⁺¹
基本英英搭配记法近义反义派生词例句Thesaurus例句
n.多形性³;多态性⁹⁷复数polymorphisms形容词polymorphic副词polymorphously
生命的物质基础

Noun:
genetics the genetic variation within a population that natural selection can operate onchemistry the existence of different kinds of crystal of the same chemical compoundbiology the existence of two or more forms of individuals within the same animal species independent of sex differencesbiochemical polymorphism生化多态性alary polymorphism翅多型sexual polymorphism性多态现象hereditary polymorphism遗传学多型chromosome polymorphism染色体多形性…enzyme polymorphism酶多态性viability polymorphism生存力多态性…balanced polymorphism平衡多态现象…metabolic polymorphism代谢多态性ecological polymorphism生态多态现象…DNA polymorphism脱氧核糖核酸多态性…environmental polymorphism环境多态现象…regional polymorphism地理多态性chemical polymorphism化学多态现象…developmental polymorphism发育多态现象…
polymorph-ism学|术|症|法⇒n.多形性³;多态性⁹⁷n.生多态性⁹⁷现象生多型现象;多形性³现象化多晶型现象多型性;同质多晶;同素异构;多态现象;多形;同质异像;多形现象近义词 pleomorphism同质多晶形现象…
Pisopolymorphism同多形形象

名词100%
用作名词Causes of seed dormancy andpolymorphismof dormancy were summarized in this paper.摘要概述了植物种子休眠的原因及种子休眠的多形性。noun.variety
同义词 array,assortment,change,collection,combo,conglomeration,departure,discrepancy,disparateness,divergency,diverseness,diversification,diversity,fluctuation,heterogeneity,heterogeneousness,incongruity,intermixture,medley,miscellany,mishmash,mixture,modification,multifariousness,multiplicity,potpourri,range,shift,soup,stew,variance,variation,variegationcross section,many-sidedness,miscellaneousness,mixed bag,multiformity,mélange,variousness
反义词 agreement,similarity Ruby, like other object-oriented languages, supports polymorphism.
像其他面向对象语言一样,支持多态性。 ibm

The encoding rules are very flexible and support the representation of data graphs and polymorphism.
编码规则非常灵活并支持图形数据和多态的表示。 ibm

These applications of encapsulation, modularity, and polymorphism are implemented by the patterns.
封装、模块化和多态的应用均由模式来实现。 ibm

You really learn about polymorphism when you've understood the patterns.
只有当你已经明白了这些模式之后,才能真正理解多态性。 yeeyan

As I said earlier, the most common manifestation of the Open Closed Principle is using polymorphism to substitute an existing part of the application with a brand new class.
如果我前面所说的,使用开闭原则最通常的做法就是使用多态去用一个全新的类替换程序中现存的一部分。 cnblogs

By adding a wrapper class, you have broken subtype polymorphism.
通过添加包装程序类,您打破了子类型多态性。 ibm

Dr Blumberg became fascinated by polymorphism, the study of inherited variations in human beings.
对人类遗传变异的多态性研究吸引了布伦伯格。 ecocn

If objects and inheritance go together like chocolate and peanut butter, objects and polymorphism are like hand and glove.
如果说对象和继承就像巧克力和花生酱的话,那对象和多态就好比手和手套。 ibm

In addition to introducing the benefits of object orientation, such as inheritance, polymorphism, and encapsulation, CORBA introduced a number of new features.
除引入面向对象的优点如继承、多态性和封装外, CORBA还引入了大量的新功能。 ibm

In single- dispatch polymorphism, the object that “ owns” a method is singled out.
在单分派多态性中,挑选出“拥有”方法的对象。 ibm

In this article, you have seen how to create schemas that use inheritance, encapsulation and polymorphism, and even had a glimpse of emerging design patterns in XML schema design.
在本文中,您已经看到如何创建使用继承、封装和多态性的模式,并且还大致了解了 XML模式设计中新兴的设计模式。 ibm

It became clear that the environmental effects nurture are modulated by genetic polymorphism and epigenetic programming of gene expression nature to shape development.
很明显,遗传多态性和表观遗传过程的基因表达先天特质是通过控制调节环境影响后天培养来塑造发展。 yeeyan

It supports polymorphism very well as you merely have records in the appropriate tables for each role that an object might have.
它能够很好地支持多态性,对于对象可能有的每个角色,只需要在相应的表中保存记录。 ibm

Leverage object-oriented concepts such as encapsulation, inheritance, and polymorphism.
利用面向对象的概念,如封装、继承和多态性。 ibm

Many or most of today’s languages are Object-Oriented, meaning that you are working WITHIN the framework of inheritance and polymorphism, among others.
可以说目前很多,甚至大多数语言都是面向对象的,这意味着你必须在继承性和多态性的框架下工作。 yeeyan

Most object-oriented languages bind to the implementation late to allow polymorphism, the feature that lets you represent many different subtypes as one type.
大多数面向对象的语言都在后期绑定到实现,从而允许多态性,该功能让您能够将许多不同的子类型表示为一种类型。 ibm

Multiple dispatch does not merely generalize polymorphism, it also provides a more flexible alternative to inheritance in many contexts.
多分派不仅仅泛化了多态性,它还在许多上下文中提供了更加灵活的继承方式。 ibm

Perhaps the most common application of polymorphism is in creating a family of objects that follow a common protocol.
也许多态性最常见的应用是在创建符合公共协议的一系列对象方面。 ibm

So long as method names match, you have polymorphism.
只要方法名匹配,就可以利用多态性。 ibm

The ability to vary implementation of derived components in subtypes demonstrates one flavor of polymorphism in XML schemas.
改变子类型中派生组件的实现的能力演示了 XML模式中多态性的一种形式。 ibm

The traditional object-oriented solution to problems of this sort is to leverage subtype polymorphism— that is, inheritance.
针对这类问题的传统的面向对象的解决方案是利用子类型多态性— 也就是说,继承。 ibm

This diagram is a good illustration of polymorphism.
该图是多态性的一个好例子。 ibm

This is polymorphism, right?
也就是多态,对吗? blog.sina.com.cn

This nonsense example's goal is aimed only at showing the power of implicit polymorphism.
这个没有实际意义的示例的目的就是为了显示隐式多态的能力。 ibm

This allows you to swap out at runtime a different class exposing the same methods, taking advantage of polymorphism.
它允许利用多态性在运行时换出一个不同的类来公开相同的方法。 ibm

This pattern essentially simulates the notion of polymorphism for services and embodies a strategy design pattern, but not in the object-oriented sense.
这个模式从本质上来说模仿了多态的概念,将其用于服务,并且具体化了策略设计模式但不是从面向对象的角度。 ibm

This switching of classes at run time is a common feature of object-oriented programming, known as polymorphism.
这种在运行时的类切换是面向对象编程的一个常见特性,称为多态性。 ibm

Polymorphism is a powerful feature and one of the foundations of modern programming languages.
多态性是一种强大的功能,也是现代编程语言的基础之一。 ibm
随便看

 

英汉汉英双解词典包含9999994条英汉翻译词条,涵盖了常用英语单词及词组短语的翻译及用法,是英语学习的必备工具。

 

Copyright © 2000-2023 Tbdmj.com All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/24 23:23:01