Object-oriented design

= OOD объектно-ориентированное проектирование, ООПР следующая после объектно-ориентированного анализа стадия разработки проекта приложения. На ней происходит выделение программных объектов и определение их функциональной нагрузки Смотри также: architectural design, functional design, OOP, SADT, UML

Англо-русский словарь компьютерных терминов

Object-oriented design

(OOD) A design method in which a system is modelled as a collection of cooperating objects and individual objects are treated as instances of a class within a class hierarchy. Four stages can be identified: identify the classes and objects, identify their semantics, identify their relationships and specify class and object interfaces and implementation. Object-oriented design is one of the stages of object-oriented programming. Schlaer-Mellor is one approach to OOD.

Free Online Dictionary of Computing