网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Object Oriented
释义

Object Oriented

原声例句
乔布斯:遗失的访谈

Uh, one of the things they show me was object oriented programming, they show me that. But I didn't even see that.

他们给我展示的其中一个项目是面向对象编程,这个我甚至几乎没看。

科技 Crash Course

The idea of packing up functional units into nested objects is called Object Oriented Programming.

将功能单元打包成嵌套对象的想法称为面向对象编程。

科技 Crash Course

Object Oriented Programming languages do this by letting you specify whether functions are public or private.

面向对象的编程语言通过让您指定函数是公共的还是私有的来做到这一点。

Custom Interactive Maps with Google Maps API (Full Course)

If you're familiar with object oriented programming, this is similar to creating a class.

如果您熟悉面向对象编程,这与创建类类似。

科技 Crash Course

This ability to hide complexity, and selectively reveal it, is the essence of Object Oriented Programming, and it's a powerful and popular way to tackle building large and complex programs.

这种隐藏复杂性并有选择地揭示它的能力是面向对象编程的本质,它是解决构建大型复杂程序的强大而流行的方法。

科技 Crash Course

Within about 50 years, software grew in complexity from machine code punched by hand onto paper tape, to object oriented programming languages, compiled in integrated development environments.

在大约 50 年的时间里,软件的复杂性从手工打到纸带上的机器代码发展到在集成开发环境中编译的面向对象的编程语言。

中文百科

面向对象进程设计 Object-oriented programming

(重定向自Object Oriented)

面向对象编程英语:Object-oriented programming,缩写:OOP)是种具有对象概念的程序编程典范,同时也是一种进程开发的方法。它可能包含数据、属性、代码与方法。对象则指的是类的实例。它将对象作为进程的基本单元,将进程和数据封装其中,以提高软件的重用性、灵活性和扩展性,对象里的进程可以访问及经常修改对象相关连的数据。在面向对象程序编程里,电脑程序会被设计成彼此相关的对象。

面向对象进程设计可以看作一种在进程中包含各种独立而又互相调用的对象的思想,这与传统的思想刚好相反:传统的进程设计主张将进程看作一系列函数的集合,或者直接就是一系列对电脑下达的指令。面向对象进程设计中的每一个对象都应该能够接受数据、处理数据并将数据传达给其它对象,因此它们都可以被看作一个小型的“机器”,即对象。目前已经被证实的是,面向对象进程设计推广了进程的灵活性和可维护性,并且在大型项目设计中广为应用。此外,支持者声称面向对象进程设计要比以往的做法更加便于学习,因为它能够让人们更简单地设计并维护进程,使得进程更加便于分析、设计、理解。反对者在某些领域对此予以否认。

英语百科

Object-oriented programming 面向对象程序设计

(重定向自Object Oriented)

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A 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" or "self"). In OOP, computer programs are designed by making them out of objects that interact with one another. There is significant diversity of OOP languages, but the most popular ones are class-based, meaning that objects are instances of classes, which typically also determine their type.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 11:54:29