That means, try to reuse objects as often as possible, and do not create new object instances too often.
这意味着要尽可能地重用对象,而不要太频繁地创建新对象实例。
To reuse object-oriented code, you extract the target code into another class, then use inheritance to access it.
要重用面向对象的代码,您要将目标代码提取(extract)到另一个类中,然后再用继承来访问它。
In fact, the concept of reuse has been well understood and leveraged right from the day of object orientation (OO).
事实上,重用的概念从面向对象(OO)诞生的那天起就已经被人们很好的理解并应用。
Object oriented technologies introduced significant improvements for code reuse within an application.
面向对象技术的引入显著地改善了应用内部的代码重用。
After the service is created and associated with its entry point, you can reuse the same service object to make multiple calls back to the server.
在服务被创建并与其接入点关联起来之后,可以重用同一个服务对象执行对服务器的多次回调。
Enables greater reuse by letting you create maps and submaps in the business object map editor that can be directly used in mediations.
通过允许您在业务对象映射编辑器中创建可直接在中介中使用的映射和子映射,从而实现更大程度的重用。
Because session creation is costly, in terms of performance, it is a good strategy to reuse the session object whenever possible.
就性能而言,因为会话创建是昂贵的,所以在可能的时候,复用会话的对象是很好的策略。
It is good practice to load the home object once and reuse it to avoid additional expensive JNDI lookups.
只加载本地对象一次,重用它来避免额外的昂贵jdni查找,这不失为一个好方法。
Benchmark object allocation and object reuse.
基准对象分配和对象重用。
After making a remote or other expensive call, store the result in an instance variable on the application object or in a WebSphere Dynamic Cache map; then, reuse that result on later calls.
在进行了远程或其他代价高昂的调用之后,可以将结果存储到应用程序对象的实例变量或者WebSphereDynamicCache映射中,然后在以后调用时重用该结果。
Distributed objects, also known as the object Request Broker (ORB) : This approach focuses on code reuse and language independence.
分布式对象,也称为对象请求代理(Object Request Broker,OR b):此方法侧重于代码重用和语言独立性。
We reuse the same message object for each iteration and consequently, for the second get, it will contain the group identifier of the first message received.
我们将为每个迭代使用相同的消息对象,因此,对于第二个get,将包含所接收到的第一条消息的组标识符。
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.
然而,当您重构大型的代码库后,到处都会出现耦合的地方,因为那是面向对象语言中的其中一种重用机制。
When all file descriptors for an instance are closed, the resources and underlying object are freed so the kernel can reuse them.
当关于某实例的所有文件描述符都关闭时,资源和下层对象都将释放,以供内核再次使用。
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.
这是面向对象的设计的美妙之处;它允许有经验的开发人员不断重用已编写的代码,从而节省大量的时间。
Repeatedly creating and throwing out objects carries very little performance overhead, but holding onto existing object instances for reuse creates significant work for the garbage collector.
重复创建并丢弃对象的方法产生很小的性能开销,而持有现有对象实例以便重用的方法则为垃圾收集器增加大量的工作负担。
Software reuse is another flagship of object-oriented design.
软件重用是面向对象设计的另一个重要部分。
Object reuse was often touted as a major benefit of object-orientation, but frequently the reality failed to live up to the theory.
对象重用经常被曲解成是面向对象的主要好处,但实际往往相悖于理论。
Unfortunately, because of this, we could not reuse the code we were using from EJB2 CMP ORM, so we needed to manually code the object-relational mapping for the JDBC queries.
不幸的是,我们因此不能重用在 EJB2CMPORM 中使用的代码,所以我们需要手动地编写用于JDBC查询的对象关系映射。
Functional languages achieve reuse at a coarser-grained level than object-oriented languages, extracting common machinery with parameterized behavior.
相比于面向对象语言,函数式语言在一个较粗粒度级别上实现重用,使用参数化行为提取常用的实现功能。
The simplest way to reuse a class is to just use an object of that class directly, but you can also place an object of that class inside a new class.
复用最简单的方式是准确地使用一个类的对象,但是你也可以把一个对象放到一个新的类中。
Object Oriented technology is an useful and strong software method, It can provide fundamental technology support for software reuse.
面向对象技术是一个非常实用且强有力的软件开发方法,可为软件复用提供基本的技术支持。
Object-Oriented Programming technology is a very useful software development method and provide fundamental technology support for software reuse.
面向对象程序设计是一个非常实用且强有力的软件开发方法,可为软件复用提供基本的技术支持。
Realizing spatial reuse and fairness allocation simultaneously is a main object of Resilient Packet Ring (RPR), and achieving fairness based on flows is reasonable in many situations.
同时实现空间复用和公平分配是弹性分组环(rpr)的重要目标,在很多环境下按流分配是合理的策略。
Recent years, the technique of object oriented becomes main stream which provides basic technical support for software reuse.
近十几年来,面向对象技术出现并逐步成为主流技术,为软件复用提供了基本的技术支持。
Traditional object technology provides good code reuse with the encapsulation, inheritance and polymorphism.
传统的对象技术通过封装、继承及多态提供了良好的代码重用功能。
Object Oriented Framework (00 Framework) is a large-scale software reuse technique.
面向对象框架技术是一种大型的面向对象复用技术。
Code reuse is arguably the greatest leverage that object-oriented programming languages provide.
代码复用是面向对象编程能提供的最有影响的特色,但这个是也备受争议的。
Code reuse is arguably the greatest leverage that object-oriented programming languages provide.
代码复用是面向对象编程能提供的最有影响的特色,但这个是也备受争议的。
应用推荐