• 这样不是一个理想面向对象实现还有更好的方式。

    This is a much better object oriented implementation but still not the most optimal.

    youdao

  • 可以DDD理念分隔频繁的面向对象实现吗?

    Or can DDD philosophy be separated from its more frequent, object-oriented implementations?

    youdao

  • 本文首先进行需求分析然后探讨了数字地图内容结构及其面向对象实现

    This paper first describes the requirement analysis of the digital map, then discusses its content and structure, and finally gives its object oriented implementation.

    youdao

  • 相比面向对象语言函数式语言一个较粗粒度级别上实现重用,使用参数化行为提取常用实现功能。

    Functional languages achieve reuse at a coarser-grained level than object-oriented languages, extracting common machinery with parameterized behavior.

    youdao

  • Jython动态面向对象(OO)高级语言python一个实现

    Jython is an implementation of the high-level, dynamic, object-oriented (OO) language, Python.

    youdao

  • 所以使用常见面向对象概念例如继承实现不同部件

    Therefore, it uses the usual object-oriented concepts, such as inheritance, to realize various types of widgets.

    youdao

  • 但是按照面向对象开发精神首先需要一个对象,它包含实现所有东西所以我们首先开发这个对象

    But first, in the best spirit of object-oriented development, you need an object to contain everything else you'll implement, so we'll start with that.

    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

  • 面向对象方式中,每个业务对象与其关联方法(BAPI),以便操作业务对象中的数据使用该数据实现业务功能

    In an object-oriented fashion, each business object has a set of methods (BAPIs) associated with it to manipulate the data in the business object and carry out business functions using that data.

    youdao

  • 真正面向对象编程意味着对象隐藏内部状态实现使用状态信息行为

    True object-oriented programming means that objects hide their internal state and implement their own behaviors for working with that state information.

    youdao

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

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

    youdao

  • 即使我们一个高级的面向对象系统实现,我们也将遇到一些问题

    Even if we had a superior, object-oriented system implementation, we would encounter some problems.

    youdao

  • php中进行高级面向对象编程敞开大门允许实现更加简单设计模式以及更好的设计API

    It opened the door for advanced objected-oriented programming in PHP, and allowed you to implement many design patterns much easier, along with better design classes and APIs.

    youdao

  • 例如我们使用AOP重新实现设计模式时,它们要比标准面向对象模式好一些吗?

    For example, when we re-implement design patterns using AOP, are they any better than the standard OO patterns?

    youdao

  • 通过应用面向对象设计方法管理单个J2EE组件实现接口如何变化可以更好地对此进行处理

    This can be better handled by applying techniques of object-oriented design to manage how individual J2EE component implementation classes and interfaces evolve.

    youdao

  • DCOMCORBA中客户进程对象服务器之间的互相作用作为面向对象rpc式通信实现的。

    In both DCOM and CORBA, the interactions between a client process and an object server are implemented as object-oriented RPC-style communications.

    youdao

  • 所有远程过程调用(rpc)机制实现操作语义因为过程性编程语言面向对象编程语言中的标准函数调用语义。

    This is the operating semantic that all remote procedure call (RPC) mechanism implement since this is the standard function-call semantic in procedural and object-oriented programming languages.

    youdao

  • 虽然服务看起来(从表面)非常粒度分布式对象,然而,它们实际上可以面向对象面向对象语言通过几种方式中的任何种来实现

    While services appear to be (on the outside) very large-grained distributed objects, they can, in fact, be implemented in any of a number of ways, in both OO and non-OO languages.

    youdao

  • 传统面向对象架构SOA开发中,开发人员引入了一种分层结构以便分离各种复杂关系帮助实现松散耦合

    In a typical Service-Oriented Architecture (SOA) deployment, a number of layers are introduced to facilitate the separation of concerns and to assist in loose coupling.

    youdao

  • 传统面向对象(OO)设计中,通常多个对象实例实现相同接口

    In traditional Object-Oriented (OO) design, it is common to have multiple object instances that implement the same interface.

    youdao

  • 至于操作面向对象上下文中可以认为存储过程在概念上类似底层数据库实现全局方法

    In terms of operations, and in the context of object orientation, you can think of stored procedures as conceptually similar to global methods that are implemented by the underlying database.

    youdao

  • 实现目标生成用于实现用例定义行为良构面向对象设计

    The goal of a use-case realization is to produce a well-structured object-oriented design for implementing behavior defined in the use case.

    youdao

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

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

    youdao

  • 这些OO设计人员用来构成分析设计实现工具它们不是使程序面向对象主要部分。

    These are tools that the oo designer puts to use in order to structure the analysis, the design, and the implementation, but they aren't central to what makes an oo program object-oriented.

    youdao

  • UML设计师开发者提供一个面向对象系统它们内部之间交互过程实现可视化方法

    UML has given architects and developers a way of visually understanding object-orientated systems and their interactions.

    youdao

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

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

    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

  • 这些结构支持面向对象封装本质只有或者Trait公共抽象会被暴露出来,内部实现则被隐藏视界之下。

    These constructs support the object-oriented form of encapsulation, where only the essential public abstraction of a class or trait is exposed and implementation information is hidden from view.

    youdao

  • 接口设计模型(Interface Design Model, FS -IDM)详细说明业务对象模型标识组件接口,用于支持面向服务组件实现

    Interface Design Model (FS-IDM) details the components and interfaces of the concepts identified in the Business Object Model to support implementation of service-oriented components.

    youdao

  • SoaML面向服务体系架构建模语言一种对象管理OMG),它用于消除这个隔阂帮助实现SOA潜力

    SoaML (Service-Oriented Architecture Modeling Language) is an Object Management Group (OMG) standard that is intended to fill this gap and to help realize the potential of SOA.

    youdao

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

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

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