Uh, one of the things they show me was object oriented programming, they show me that. But I didn't even see that.
他们给我展示的其中一个项目是面向对象编程,这个我甚至几乎没看。
单词 | Object Oriented Programming |
释义 |
Object Oriented Programming
原声例句
乔布斯:遗失的访谈 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 programmingObject-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条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。