• You can keep the code object oriented by encapsulating the actual model knowledge within the model itself.

    可以通过实际模型知识封装到模型保证代码面向对象的。

    youdao

  • Object oriented technologies introduced significant improvements for code reuse within an application.

    面向对象技术引入显著地改善应用内部代码重用

    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

  • AOP or Aspect Oriented Programming allows developers to "weave" code fragments through their object and methods without explicitly placing the code in the class's source.

    AOP或者说面向方面编程支持开发人员代码段“织入对象方法中,不需要显式地代码放入到源代码中。

    youdao

  • Closures can integrate just as well with object-oriented code, as well as with procedural code.

    闭包可以好地面向对象的代码以及面向过程的代码整合

    youdao

  • In general, code with aspects performs similarly to that of a purely object-oriented solution, where the crosscutting code is scattered throughout the system.

    一般来说,使用方面代码执行起来纯粹面向对象解决方案类似(类方案中横切代码散落整个系统中)。

    youdao

  • In looking at the object-oriented version of the code, you can see that the code becomes more abstract.

    查看代码面向对象版本可以看到代码变得更加抽象

    youdao

  • To reuse object-oriented code, you extract the target code into another class, then use inheritance to access it.

    重用面向对象代码目标代码提取(extract)另一个中,然后再继承访问

    youdao

  • If you spend much time with Jena, you'll begin to realize that a gap exists between what's considered to be normal object-oriented code and your client code that interacts with the Jena API.

    如果大量时间研究Jena将会认识到普通面向对象代码Jena API交互客户端代码之间存在差异

    youdao

  • Objects and closures get along very well, as we saw by the special handling of closures within object-oriented code.

    对象可以好地结合使用,比如我们面向对象的代码闭包的特殊处理

    youdao

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

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

    youdao

  • However, when you end up refactoring a large code base, coupling pops up everywhere because that's one of the reuse mechanisms in object-oriented languages.

    然而重构大型代码后,到处都会出现耦合的地方,因为面向对象语言中的其中一种重用机制

    youdao

  • Clearly, the boilerplate portion of this code could be reused, and we typically do so in object-oriented languages by creating structure.

    很显然代码样板文件重复使用,我们通常面向对象语言中通过创建架构来实现。

    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

  • On the other hand, object-oriented programming can be a very useful way to create abstraction, and thus resuable code.

    一方面,对于创建抽象从而创建可重用的代码来说,面向对象编程可能非常有用的方法

    youdao

  • Even if you decide to stay away from object-oriented programming in your own code, you will likely need to know object-oriented programming.

    即使决定自己代码中不使用面向对象的编程,您可能需要了解面向对象的编程。

    youdao

  • His code is messy because he does not follow best practices and never makes use of object-oriented programming (OOP).

    因为从不进行实践检验,应用面向对象程序设计(OOP),的编程混乱不堪

    youdao

  • As a result, developers often find their code departing from the object-oriented model and diving instead into a procedural programming style.

    因此开发人员常常发现他们的代码偏离面向对象模型的轨道,反而陷入了过程编程模型的泥潭。

    youdao

  • The new object-oriented features and the addition of exception handling provide compelling reasons for migrating your code from PHP V4 to V5.

    新的面向对象特性异常处理增加代码PHPV 4迁移PHP V5提供了强有力理由

    youdao

  • It is common in object-oriented development to abstract out a common interface that may have multiple implementations and write code that works with the interface, making it more reusable.

    面向对象开发中,有实践很常见抽象一个可能拥有多个实现接口编写代码以使用接口,从而使可以重复利用。

    youdao

  • Remember: If you're using PHP V5 or later, you can incorporate object-oriented concepts to make your code easier to read and maintain.

    记住使用PHPV 5更新的版本,可以融入面向对象概念使代码易于读懂维护

    youdao

  • Also the object-oriented architecture makes the code structured, reusable, and fast.

    而且面向对象体系结构使代码结构化可重用并且运行快速

    youdao

  • Take a tour through some of PHP's new object-oriented features and learn how to migrate existing PHP V4 code into V5.

    我们来看一些php新的面向对象特性了解如何现有PHPV 4代码迁移PHP V5。

    youdao

  • Writing aspects to be testable yields design benefits parallel to those achieved by factoring object-oriented code for testability.

    方面编写测试的,得到设计好处通过重构面向对象的代码来实现可测试性所得到的好处相似

    youdao

  • Which means you have all learned about good code, object-oriented design, style, good practices, and so on, and refactoring is just another buzzword that someone invented to sell some books.

    意味着对于如下种种早已熟谙于心:编写好的代码面向对象设计,编码风格最佳实践,如此等等,不一足。重构无非某些的故作玄虚之语,编造出来用以兜售自己的新书,如此而已。

    youdao

  • As implemented in traditional object-oriented programming, these concerns are handled as individual instances, introducing potentially unrelated code (that is, clutter) into application classes.

    传统面向对象编程中实现的那样,这些关注点作为单独实例处理的,有可能应用程序类中产生互不相关代码(就是混乱)。

    youdao

  • Code written in these languages require type annotations less often than in Scala, because Scala's type inference algorithm has to support object-oriented typing as well as functional typing.

    这些语言写出代码需要Scala少的类型注解因为Scala的类型推断算法得同时支持面向对象类型函数式类型。

    youdao

  • The main aim of this article is to introduce people who are used to scripting procedural code in Bash, PHP, or some other language, and to assist them in moving into object-oriented Python developing.

    本文主要目标习惯于使用BashPHP其它某种语言编写脚本过程代码介绍面向对象的Python 开发,帮助他们转换面向对象的 Python 开发。

    youdao

  • This article was somewhat experimental, as it went from Bash and PHP, to procedural, object-oriented, and finally functional Python using the same basic code.

    本文有点试验性质因为BashPHP谈到了过程面向对象最后谈到了使用相同基本代码函数式python

    youdao

  • This article was somewhat experimental, as it went from Bash and PHP, to procedural, object-oriented, and finally functional Python using the same basic code.

    本文有点试验性质因为BashPHP谈到了过程面向对象最后谈到了使用相同基本代码函数式python

    youdao

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

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

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