面向对象的程序设计英文解释翻译、面向对象的程序设计的近义词、反义词、例句
英语翻译:
【计】 object-oriented programming
分词翻译:
面向的英语翻译:
look on对象的英语翻译:
object; target【计】 object
【化】 object
【经】 object
程序设计的英语翻译:
【计】 programming【经】 programming
网络扩展解释
面向对象的程序设计
“面向对象的程序设计”是一种广泛应用于计算机程序开发的编程范式。下面是本篇文章为您提供的该概念的详细翻译。
中文拼音
miàn xiàng duì xiàng chéng xù shì
英语解释翻译
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods). - Wikipedia
英文读音
ɑbˈdʒɛkt ˈɔrintɪd ˈproʊgræmɪŋ
英文的用法(中文解释)
面向对象的程序设计是一种计算机编程的范式,它将数据和程序进行封装,形成一个对象。对象包含属性和方法,属性描述对象的特征,方法描述对象的行为。面向对象的程序设计具有模块化、封装、继承和多态等特性,使得程序设计更容易复用、扩展和维护。
英文例句(包含中文解释)
Example: In object-oriented programming, objects interact with one another by sending messages, instead of having one object invoke a method of another directly. - GeeksforGeeks
例子:在面向对象的程序设计中,对象之间通过发送消息进行交互,而不是直接调用另一个对象的方法。
英文近义词(包含中文解释)
Object-based programming:面向对象的编程
英文反义词(包含中文解释)
Procedural programming:过程式编程
英文单词常用度
根据Google Ngram Viewer分析,Object-oriented programming (OOP)一词在英语中的使用频率逐年上升,在20世纪80年代后期至今稳定增长。