• If we are able to identify an object oriented design that could solve a new design related problem, that would be a new design Pattern defined by us.

    如果我们能够指出能够解决新的设计相关问题面向对象设计,那么这将会一个我们定义的新的设计模式

    youdao

  • Without a solid background on object oriented design, we can quickly get lost in a world of objects, relations and classes.

    如果没有坚实面向对象设计基础,我们很快就迷失对象关系世界里

    youdao

  • Object oriented design questions are very important, as they demonstrate the quality of a candidate's code a poor performance on this type of question raises serious red flags.

    面向对象设计问题非常重要能反映出面试者的代码质量。若是此类问题支支吾吾,面试多半就凶多吉少了。

    youdao

  • The generation of types is an important facet of object-oriented design and is necessary for modularity, flexibility, and encapsulation.

    类型生成面向对象设计一个重要方面也是模块化灵活性封装性所必需

    youdao

  • His areas of interest include requirements management, object-oriented analysis and design for enterprise application architectures, and software process implementation.

    兴趣领域包括需求管理企业应用架构面向对象分析设计以及软件过程实施

    youdao

  • Additionally, Amazon tends to ask a lot of questions about object oriented design. Check out the object oriented design chapter for sample questions and Suggestions.

    此外亚马逊还会很多面向对象设计”方面问题关于一部分本书也有对应的例题。

    youdao

  • The use of the class as the primary means of abstraction is key to object-oriented framework design.

    作为抽象主要方法使用面向对象框架设计是很关键

    youdao

  • The downside of object-oriented design is that such business objects can become muddied with mixed properties and operations that are incongruent with the object's original intent.

    面向对象设计缺点在于这样业务对象因为混合属性对象最初意图不一致操作变得混乱。

    youdao

  • In object-oriented design, there is a notation of visibility for attributes and operations.

    面向对象设计中,存在属性操作可见性记号

    youdao

  • When you design an object-oriented framework, you have essentially two abstraction tools available: methods and classes.

    设计一个面向对象框架时,实际上可以使用两种抽象工具方法和类。

    youdao

  • Applying closures to functional patterns is exciting, and once you've done that, it's not too big a stretch to apply them to object-oriented design patterns.

    闭包应用函数模式令人兴奋的,一旦这么做了之后它们应用面向对象设计模式,不是什么事情了

    youdao

  • In order to make your test cases maintainable and reusable in a large project, please follow object-oriented design and other standard practices.

    为了测试案例大型项目可维护可重复使用遵循面向对象设计其他标准实践

    youdao

  • And, applying a good "Object Oriented design" is the key to achieve such a smart design.

    并且应用面向对象设计做到敏捷设计关键

    youdao

  • This can be better handled by applying techniques of object-oriented design to manage how individual J2EE component implementation classes and interfaces evolve.

    通过应用面向对象设计方法管理单个J2EE组件实现接口如何变化可以更好地对此进行处理

    youdao

  • This is the beauty of object-oriented design; it allows experienced developers to constantly reuse code they have written, and save themselves quite a bit of time.

    面向对象设计美妙之处允许有经验开发人员不断重用编写代码从而节省大量的时间。

    youdao

  • I think some of the influence [on agile development] was object-oriented design, when people [used]... incremental development, rather than trying to figure out [all the requirements a priori].

    认为[敏捷开发]对面向对象设计有一些影响人们[使用]……增量式开发,不是试图[事先清楚所有需求]时。

    youdao

  • One of the more powerful, and also overused, aspects of object-oriented design is inheritance.

    面向对象设计一个更加功能强大、通常过度使用的方面继承

    youdao

  • Two responsibility assignment principles play a major role in achieving good object-oriented design: high cohesion and low coupling.

    这两个职责分配原则完成良好面向对象设计方面扮演主要角色内聚耦合

    youdao

  • From this point on, use cases are normally delegated completely to the developers, with total reliance on their object-oriented design skills.

    从此开始,通常完全委托给开发人员全部依赖他们面向对象设计技能。

    youdao

  • Whilst it undeniably captures a wealth of object-oriented design expertise in one place, I felt initially that much of it was interesting theory that I would never really use.

    但是无可否认,这本书包含丰富面向对象设计专业知识起初阅读的时候,只是觉得这些有趣的理论,它们不会被真正使用到。

    youdao

  • Inheritance by extension is a common object-oriented design and is easily expressed through showing abstract classes in UML.

    通过扩展来进行继承一种常见面向对象设计容易通过U ML中显示抽象来表达这种继承。

    youdao

  • Software reuse is another flagship of object-oriented design.

    软件重用面向对象设计另一个重要部分。

    youdao

  • I don't have a perfect answer for resolving it, but I think there's a parallel here to good object-oriented design.

    对此问题目前还没有好的解决方法,但是看到,这两原则的目的一致的,那就是设计出好的面向对象的产品。

    youdao

  • They were all heavily influenced by the world of object-oriented design and analysis (OODA).

    它们深受面向对象设计分析OODA影响。

    youdao

  • Creating blueprints for reusable types is considered good object-oriented design.

    可重用类型创建蓝图认为是一种好的面向对象设计。

    youdao

  • Grady Booch first introduced active objects in his 1990 book on object Oriented Design with Applications.

    GradyBooch于1990年有关面向对象应用程序设计书中最先引入了活动对象

    youdao

  • Martin Fowler: Because every other book on object-oriented design might say somewhere in the book, "Oh yeah, interfaces are important."

    MartinFowler其它关于面向对象设计也许会某处这样说道:“接口实在太重要了。”

    youdao

  • Expressing an object-oriented design in Ada

    Ada 中表达一个面向对象设计

    youdao

  • Patterns (such as the Factory Method mentioned in this article) are an important tool for understanding and discussing object-oriented design.

    模式(本文提到FactoryMethod模式)理解讨论面向对象设计重要工具

    youdao

  • Design principles: Validates that your code adheres to the design principles of object-oriented programming.

    设计原则验证代码是否坚持面向对象编程的设计原则。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定