OOP

abbr.  以目标为中心的程序设计(Object Oriented Programming); 太平洋海洋观测(Oceanographic Observations of the Pacific); 编制计划局(Office of Organization Planning)

计算机



双语例句

  1. Typical test automation frameworks using object-oriented programming ( OOP) abstract the implementation details of the control set rather than the conceptual action expressed through the controls.
    使用面向对象的编程(OOP)的典型测试自动化框架一般会抽象化控制集的实现细节,而不是通过控件表达的概念性操作。
  2. The goals of OOP are to provide data abstraction, modularity, encapsulation, polymorphism, and inheritance.
    OOP的目标就是提供数据抽象、模块化、封装、多态性和继承。
  3. The following shows this traditional OOP approach.
    以下显示了这种传统的OOP方式。
  4. In this article, learn about OOP in JavaScript, and explore the prototypical and classical inheritance models.
    在本文中,您将了解JavaScript中的OOP,来探索原型继承模型和经典继承模型。
  5. From this simple premise, the tying interface has evolved into an object-oriented methodology in Perl, hiding OOP complexity behind a procedural interface.
    如果从这个简单的前提出发,那么绑定接口已经演变为Perl中的面向对象方法了,它将OOP的复杂性隐藏在过程接口后面。
  6. Learn how to gain more benefits from OOP in JavaScript by using a classical inheritance-based library.
    学习如何在JavaScript中使用基于经典继承的库从OOP中获得更多的好处。
  7. The fact is, it's totally possible to use OOP techniques for building JavaScript applications ( that is, programs containing objects with data and methods interacting with each other).
    实际上,完全可以利用OOP技术来构建JavaScript应用程序(也就是,程序包含带有数据和相互交互方法的对象)。
  8. This article provided an overview of OOP in JavaScript and explored the prototypical and classical inheritance models.
    本文提供了JavaScript中的OOP概述,探讨了原型继承模型和典型继承模型。
  9. Examples explain common patterns in games that can greatly benefit from the structure and maintainability of OOP design.
    举例说明游戏中能够从OOP设计的结构和可维护性中获得极大利益的模式。
  10. Many JavaScript game tutorials use non-OOP approaches for a quick demo rather than providing a solid foundation.
    很多JavaScript游戏教程采用的都是非OOP方式,希望能够提供一个快速演示,而不是提供一种坚实的基础。
  11. The means of this pursuit have changed over time, from functions in Fortran through object-oriented programming ( OOP) and inheritance toward interfaces.
    这种追求的方法随着时间而变化,从Fortran中的函数到面向对象编程(OOP)和面向接口的继承。
  12. The singleton pattern is probably one of the most often used OOP design patterns; it restricts the number of object instances of a class to one.
    单例模式可能是最常用的OOP设计模式之一了;它限制了一个类的对象实例数只能为1。
  13. With OOP, you can abstract the concept of the code from the authoring of code, thereby providing elegance, reusability, and readability at the cost of file count, line count, and ( if poorly managed) performance.
    通过OOP,您可以在代码编写中抽象化代码的理念,从而提供优雅、可重用和可读的代码,但这会消耗文件计数、行计数和性能(如果管理不善)。
  14. I also assume that you know the basics of working with classes and objects in PHP, as the PHP components used in this article are written in compliance with OOP principles.
    我还假设您了解在PHP中处理类和对象的基本知识,因为本文中使用的PHP组件都是以遵循OOP原则的方式编写的。
  15. You learned about common patterns in games that can greatly benefit from the structure and maintainability of OOP design ( a basic game loop, state machine, and event bubbling).
    我们了解了游戏中一些常见模式,这些模式能够从OOP设计(基本的游戏循环、状态机和事件冒泡)的结构和易维护性模式中获得极大的利益。
  16. R's approach to OOP is based on generic functions rather than on class hierarchies.
    R的OOP方式基于泛型函数(genericfunction),而不是基于类层次结构。
  17. A.The central idea of OOP is to build programs using software objects.
    面向对象的核心理念是通过使用对象来构造程序。
  18. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible.
    针对严格的面向对象编程来说,Yii是非常容易使用、灵活且可扩展的框架。
  19. Using OOP technology in the simulation of hazard numerical value, and encapsulate the application of flow model, enhancing the arithmetics extension.
    把面向对象技术应用到泥石流的数值模拟当中,对流团模型的计算机应用进行了封装,提高了算法的可扩充性。
  20. I thought this is the basic rule of OOP.
    我认为这个OOP的基本原则之一。
  21. Object Relational Mapping ( ORM) is a big topic with OOP languages.
    对于面向对象编程(OOP)语言来说,对象关系映射(ObjectRelationalMapping,ORM)是一个内容甚广的话题。
  22. Design pattern is a summary of the practice, is the most direct expression of OOP.
    设计模式是一种实践的总结,是OOP最直接的表现。
  23. While all these requirements are realistic and drawn from experience, they cannot be elegantly addressed using pure OOP.
    虽然这些需求都是现实存在的,并来自于经验,但它们并不能用纯OOP来优雅地解决。
  24. Learning OOP, Design Patterns, Clean Code and Refactoring
    学习OOP、设计模式、简洁代码和重构
  25. There are a number of books out on design and programming patterns in the OOP field.
    设计和编程序型上OOP原野里有相当数量到外边书。
  26. This article explains the process and requirement of realizing software engineering in the exploitation of matriculating system by OOP.
    在开发学校录取新生系统中,结合面向对象方法,阐述了实现软件工程化的开发过程及要求。
  27. Object Oriented Programming ( OOP) technology makes the maintenance, upgrading and transplant of analysis and application software for large electric power system easier.
    面向对象编程是确保大型电力系统分析和应用软件易于维护、升级和移植的有效方法。
  28. This substitutability is one of the most powerful concepts in OOP.
    这是面向对象编程里的一个重要概念。