中英
object-oriented
/ ˈɒbdʒɪkt ɔːrientɪd; ˈɒbdʒekt ɔːrientɪd /
/ ˈɑːbdʒɪkt ɔːrientɪd; ˈɑːbdʒekt ɔːrientɪd /
  • 简明
  • 柯林斯
  • adj.面向对象的
  • 网络释义
  • 专业释义
  • 1

     面向对象

    面向对象(Object-oriented):可看做一种程序开发的方式。它将对象做为程序的基本单元,将程序算法和数据封装其中,以提高软件的重用性、灵活性和扩展性。

  • 2

     项目驱动

    ...专业设计 关键词:数据结构;程序设计;面向对象;项目驱动 [gap=1569]Keyword: Data structures; programming; object-oriented; Project driven ...

  • 3

     对象

    面向对象的开发工具应用利用面向对象(Object-Oriented)的方法设计和编制软件已成为九十年代软件开发的一大特征,由于利用面向对象方法构造的程序具有可维护性好,可复用性高的特点,因...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    Object-oriented programming (OOP) is a wonderful tool.
    面向对象编程 (OOP) 是一种极好的工具。
  • 2
    Contrary to popular belief, it is a pure object-oriented language.
    与流行的信念相反,它是一种纯面向对象语言。
  • 3
    Leverage object-oriented concepts such as encapsulation, inheritance, and polymorphism.
    利用面向对象的概念,如封装、继承和多态性。
查看更多
  • 词典短语
  • 百科
  • Object-oriented

    Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which are data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A distinguishing feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this"). In object-oriented programming, computer programs are designed by making them out of objects that interact with one another. There is significant diversity in object-oriented programming, but most popular languages are class-based, meaning that objects are instances of classes, which typically also determines their type.Many of the most widely used programming languages are multi-paradigm programming languages that support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming. Significant object-oriented languages include C++, Objective-C, Smalltalk, Delphi, Java, C#, Perl, Python, Ruby and PHP.

查看更多