The thing to keep in mind in understanding OOP sui generis is that OOP is not really a matter of inheritance specifically, but of dispatch decisions more generally.
要完全理解OOP,有一点必须记住:OOP其实并不一定意味着继承,而是更一般的分派决策(dispatch decision)。
Technically, OOP is just about abstract data typing, inheritance and polymorphism, but other issues can be at least as important. The remainder of this section will cover these issues.
从技术的角度上来看oop其实就是对于数据类型的抽象,继承和多态,但是其他的问题也很重要,我会在下面的章节里提到这些问题。
The means of this pursuit have changed over time, from functions in Fortran through object-oriented programming (OOP) and inheritance toward interfaces.
这种追求的方法随着时间而变化,从 Fortran中的函数到面向对象编程(OOP)和面向接口的继承。
Using the encapsulation, inheritance and polymorphism of OOP, a foundation class library of small satellite software is designed, the detail design of all base classes is introduced.
利用OOP的封装性、继承性和多态性,设计小卫星软件的基本类库,介绍各个基本类的具体设计思想。
The fundamental goal of OOP in particular is to increase the productivity of programmers through code reuse (inheritance for example), and not to produce applications that are compact.
OOP所专注的基本目标是通过代码重用(比如继承)来提高程序员的生产力,而并不是用于产生紧凑的应用程序。
This method integrates the agility of parametric design, the abundance of feature information, and the encapsulation and inheritance of OOP.
它融合了参数化的灵活性、特征的丰富信息以及面向对象技术的封装和继承。
OOP consists of five aspects: object, message, method, class and inheritance.
OOP技术由对象、消息、方法、类和继承五个方面组成。
With OOP, the required information is encapsulated and new feature can be derived from old one by inheritance.
利用面向对象的技术,将造型中的特征所需要的信息封装,并可以通过继承衍生出新的特征。
How to apply the encapsulation, inheritance and the polymorphism of the OOP to the FEM programs, and what benefits it can bring are both the projects of this paper.
怎样将OOP的封装性、继承和多态性体现在FEM程序设计当中,OOP程序有什么优势都是本文要研究的课题。
How to apply the encapsulation, inheritance and the polymorphism of the OOP to the FEM programs, and what benefits it can bring are both the projects of this paper.
怎样将OOP的封装性、继承和多态性体现在FEM程序设计当中,OOP程序有什么优势都是本文要研究的课题。
应用推荐