Definitions for "Object-oriented design"
Keywords:  ooa, ood, abstract, nonfunctional, std
software design approach that models the characteristics of real or abstract objects to create objects that mimic these items and events. Common object-oriented programs include Java® and .
A software design method that models the characteristics of abstract or real objects using classes and objects.
is a design method that breaks the problem into class and object abstractions to logically structure the solution