object oriented programming
面向对象编程:一种编程范式
常用释义
英式发音
美式发音
基本释义
- 面向对象编程:一种编程范式,将程序中的数据和操作数据的方法组合成一个对象,以此来实现程序的设计和实现。
例句
-
1·Python 3 Object Oriented programming.Python 3面向对象编程。
-
2·Mixed Paradigm - Object Oriented programming.混合范式-面向对象编程。
-
3·Scala fully supports Object Oriented Programming (OOP).Scala完全支持面向对象编程(OOP)。
-
4·First of all, a good understanding of object oriented programming is crucial.首先,深刻理解面向对象编程至关重要。
-
5·The use of static methods might be considered a bad object oriented programming practice.静态方法的使用可能是一种糟糕的面向对象的编程操作。
-
6·The classical vs. pop debate is very similar to functional vs. object oriented programming.古典音乐对流行音乐的争论与函数式程序设计对面向对象程序设计的争执非常相似。
-
7·When you apply OOP (object Oriented Programming) principles to the domain model, it gets the object flavor.将面向对象的编程(OOP)原理应用到领域模型时,就与处理对象时有些类似。
-
8·Inheritance is an important feature in Object Oriented Programming, and UML provides a way to model it.继承在面向对象编程中是一个重要的特性,UML为它的建模提供了方法。
-
9·The classic C language approach to object oriented programming is the usage of opaque pointers, i.e., handles.经典的C语言方式进行面向对象编程的一种方式就是使用晦涩的指针,比如句柄。
-
10·Design principles: Validates that your code adheres to the design principles of object-oriented programming.设计原则:验证你的代码是否坚持面向对象编程的设计原则。