The fundamental beauty of object - oriented design lies in its ability to model real - world domain entities and their respective behavior as abstract objects 面向对象设计最根本的魅力在于,它能够将真实世界领域中的实体及各自的行为建模为抽象的对象。
Discourages object - oriented design and leads to bloated , kitchen - sink classes because they cannot be easily refactored into smaller , more coherent classes 不利于面向对象的设计,并导致体积庞大且面面俱到的类,因为它们不能轻松地重构成更小更紧凑的类。
Is a real - time software development tool based on the object - oriented design language sdl and the trace language msc , both of which are formal , visual and internationally standardized languages 的实时软件开发工具,两者均为正规且可视的国际标准化语言。
The differences between distributed components which are used widly are investigated . secondly , the design method that combine structural and object - oriented designing is proposed 文中还研究了分布式组件技术的特点,分析对比了不同组件的工作机理和应用方法。
Applying closures to functional patterns is exciting , and once you ve done that , it s not too big a stretch to apply them to object - oriented design patterns 把闭包应用于函数模式是令人兴奋的,一旦这么做了之后,再把它们应用于面向对象设计模式,就不是什么大事情了。
A design pattern names , abstracts , and identifies the key aspects of a common design structure that make it useful for creating a reusable object - oriented design 一个模式命名、抽象和确定了一个通用设计结构的主要方面,这些设计可能被用来构造可复用的面向对象设计。
Object - oriented design and programming is paradigm of programming in which a software system is modeled as a set of objects that interact with each other 面向对象设计编程是一个使用这种语言编程的例子。这种语言(所构建的)软件系统是以一组彼此间相互作用的对象为模型。
The downside of object - oriented design is that such business objects can become muddied with mixed properties and operations that are incongruent with the object s original intent 面向对象设计的缺点在于,这样的业务对象会因为混合的属性和与对象最初意图不一致的操作而变得混乱。
Among them , the innovation of the thesis consists of the following aspects : 1 . with the object - oriented designing method and 3 - tied structure based on b / s architecture 其中,本论文的创新点在于: 1 )利用了面向对象的设计方法,采用基于web技术的三层b s体系结构思想,在先进的
In accordance with the modern idea of object - oriented design , this paper states the software designing method of object - oriented and the characteristics of developing environment for software 本工作的特点是引用现代面向对象的设计理念,采用面向对象的软件设计方法及软件开发环境。
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to software design.