查询
1 词典释义:
oop
时间: 2025-05-23 20:37:54
英 [ˌəu əu ˈpiː]
美 [ˌoʊ oʊ ˈpiː]

abbr. 面向对象的程序设计(Object Oriented Programming的缩写);物件导向程式设计(Object - Oriented Programming的缩写)

双语例句
  • Remember your first few designs with OOP?

    还记得您用 OOP 最初做的几个设计 吗?

  • Let's review the terminology of OOP in Scala.

    让我们来回顾一下Scala OOP的术语。

  • It might appear that OOP and FP are incompatible.

    表面上看起来OOP和fp像是不兼容的。

  • Object-oriented programming (OOP) is a wonderful tool.

    面向对象编程 (OOP) 是一种极好的工具。

  • Scala fully supports Object Oriented Programming (OOP).

    Scala完全支持面向对象编程(OOP)。

  • In short, use OOP, but don't rely on it to do everything.

    简而言之,可以使用OOP,但不要依赖它做每件事。

  • Learning OOP, Design Patterns, Clean Code and refactoring.

    学习OOP、设计模式、简洁代码和重构。

  • Alice is not an object-oriented programming (OOP) language.

    Alice不是面向对象的语言。

  • Obviously, it was developed by persons having tremendous OOP skills.

    显而易见开发它的程序人员在面向对象程序设计上有着非凡的造诣。

  • You read one of the many blog posts that suggested PHP OOP had issues.

    读过诸多宣称 PHP OOP 有问题的博文中的一条。

  • It is more of a functional languages relying on function calls rather than OOP.

    它更接近与依赖函数调用的函数式语言,而非面向对象语言。

  • For an introduction to OOP with perl, see Resources and the perltoot page.

    有关perl中的OOP介绍,请参阅参考资料和perltoot页面。

  • Alley-oop pass: a pass thrown to a player who is running toward the basket.

    空中接力传球(alley - oop pass):把球传给正在跑向篮筐的球员。

  • By OOP, the service provider will return a LocationInfo object to the requester.

    从oop的角度而言,服务提供程序会将LocationInfo对象返回给请求程序。

  • R's approach to OOP is based on generic functions rather than on class hierarchies.

    R 的 OOP 方式基于泛型函数(generic function),而不是基于类层次结构。

  • OOP can be as simple as data abstraction, or as complex as a company-wide methodology.

    OOP可以象数据抽象那样简单,也可以象公司范围的方法学那样复杂。

  • Implement standard OOP features like private constructors, abstract methods and classes.

    实现标准的面向对象功能,比如:私有构造函数、抽象方法和抽象类等。

  • R's OOP system similarly boils down to what (if anything) is in an object's class attribute.

    R 的 OOP 系统类似于把某些东西压缩在对象的 class 属性中。

  • The synthesis it creates between OOP and FP is an excellent "best of both worlds" solution.

    它综合了OOP 和FP 的优点,是一个优秀的两全其美的解决方案。

  • In fact, a design philosophy of Scala is that OOP and FP are more synergistic than opposed.

    但实际上,Scala的设计哲学是OOP和FP应该协同合作而不是对立。

  • Similarly, your initial use of metadata with AOP may resemble a transitory period from OOP to AOP.

    与此类似,在AOP中第一次使用元数据可能会有一个从oop到aop的类似的短暂过程。

  • As of PHP V5.3, the blog posts on OOP are positive, and the PHP OOP issues have largely been fixed.

    而对于PHP V5.3,有关OOP的博文都是正面的,并且PHP OOP的问题在很大程度上已得到解决。

  • When you apply OOP (object Oriented Programming) principles to the domain model, it gets the object flavor.

    将面向对象的编程(OOP)原理应用到领域模型时,就与处理对象时有些类似。

  • They also open the door to using different types of OOP programming methods and design patterns with PHP easily.

    它们还允许通过 PHP 轻松地使用不同类型的 OOP 编程方法和设计模式。

  • Build time — Part of the standard compile if the OOP compiler has been extended to AOP, or as a post-compile step.

    构建时——如果OOP编译器已经扩展到AOP,那么方面编织就是标准编译的一部分,否则就是编译后的步骤。

  • In this way, you get a level of decoupling that you can't achieve using just OOP primitives built into the language.

    通过这种方式,就获得了以前只使用语言内置的OOP无法得到的解耦程度。

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

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

  • Aside from simple utility objects and methods, formal objects within Jo use a refined "observer pattern" OOP standard.

    除了简单使用对象和方法,正式的Jo对象使用了重构过的“观察者模式”OOP标准。