继承在面向对象编程中是一个重要的特性,UML为它的建模提供了方法。
Inheritance is an important feature in Object Oriented Programming, and UML provides a way to model it.
静态方法的使用可能是一种糟糕的面向对象的编程操作。
The use of static methods might be considered a bad object oriented programming practice.
设计原则:验证你的代码是否坚持面向对象编程的设计原则。
Design principles: Validates that your code adheres to the design principles of object-oriented programming.
后来我又经过了很长的、缓慢的、诸多痛苦的过程转变到了面向对象编程模式。
Later I lived through the long, slow and at times even more painful transition to objected oriented programming.
面向对象编程解决了所有关注点,因此我不需要AOP。
Object-oriented programming solves all my problems, so I don't need AOP.
因此,方面与类之间的耦合与面向对象的编程中类之间的耦合没有什么不同。
Therefore, the coupling between aspects and classes isn't different from that between classes in object-oriented programming.
组件与面向对象的编程中的对象具有很多相似之处。
Components have many similarities with objects in object-oriented programming.
当前的软件实践,如面向对象编程,在那时还太低效,仅处于学术界探讨之中。
Current software practices, such as object-oriented programming, were too inefficient for prime time and were relegated to the confines of academia.
此类紧凑的工作流可以替代面向对象的编程样式,并且相当有趣。
This type of compact workflow can be an alternative to the object-oriented programming style, and it is quite interesting.
面向对象编程 (OOP)是一种极好的工具。
命令式的(特别是)面向对象编程风格采用结构和消息传递作为构建块。
The imperative (and especially) object-oriented programming style uses structure and messaging as building blocks.
如果熟悉面向对象编程,您将知道我一直把最好的留到最后。
If you're already in any way familiar with object-oriented programming, you'll know that I have been saving the best for last.
混合范式-面向对象编程。
Scala完全支持面向对象编程(OOP)。
Python3面向对象编程。
设计原则(5):用于面向对象编程的设计原则的规则。
Design principles (5) : Rules for design principles of object-oriented programming.
面向对象编程和其它不良习惯。
这些典型的GPL特性包括面向对象编程、if指令和for循环等等。
Such typical GPL features include object-oriented programming, if-statements and for-loops.
查看Wikipedia以了解多范型编程语言、面向对象编程以及动态编程语言。
Check out Wikipedia to learn about Multi-paradigm programming languages, object-oriented programming, and dynamic programming languages.
在面向对象的编程中,有大量的集合类型库。
In object-oriented programming, there are rich libraries of collection types. In Java for example, there are.
—TomCargill,贝尔实验室的面向对象编程专家。
The remaining 10% of the code accounts for the other 90% of the development time. — Tom Cargill, object-oriented programming expert at Bell LABS.
ODBMS中的对象——与面向对象编程语言中的对象非常相象——是许多数据和行为的组合。
Objects in an ODBMS — much like objects in an object-oriented programming language — are bundles of data and behaviors.
通过这种方式,面向对象编程中隐藏的信息可以公开给服务请求者。
In this way, the hidden information in Object-Oriented programming can be exposed to the service requesters.
类型是面向对象编程的基础,因为类型是良好一致的行为的保证。
They are fundamental to object-oriented programming because a type is a promise of good and consistent behavior.
但即使您决定在自己的代码中不使用面向对象的编程,您仍可能需要了解面向对象的编程。
Even if you decide to stay away from object-oriented programming in your own code, you will likely need to know object-oriented programming.
闭包不但是过程序编程的有用工具,而且是面向对象编程的有用工具。
Closures can be a useful tool not only for procedural programming but also for object-oriented programming.
对,重构从一诞生之初,就从未放言像面向对象或面向方面编程那般会成为一种划时代的全新模式。
Okay, refactoring does not pretend to be imposing radically new paradigms like object-oriented or aspect oriented programming when they appeared for the first time.
AOP用新的语言设施补充了面向对象编程,因此应该用于解决面向对象编程不能解决的关注点。
AOP augments object-oriented programming with new language facilities, so it should work to solve problems that object-oriented programming can't.
经典的C语言方式进行面向对象编程的一种方式就是使用晦涩的指针,比如句柄。
The classic C language approach to object oriented programming is the usage of opaque pointers, i.e., handles.
将面向对象的编程(OOP)原理应用到领域模型时,就与处理对象时有些类似。
When you apply OOP (object Oriented Programming) principles to the domain model, it gets the object flavor.
应用推荐