 |
|  |
What are the advantages of using object oriented design?
During object oriented design, a system is drawn up using object oriented concepts. This design then forms the basis for implementing the system.
Typical modes of thinking of every day life are exploited in object orientation, the aim being to create a system that is comprehensible. OOD simplifies the description of complex systems considerably, without a loss of precision.
The goal of object oriented system development is to split the complex mass of information into comprehensible parts. Because object orientation supports concepts, such as coupling, cohesion and information hiding extremely well, it facilitates the creation of easily serviceable and understandable systems.
The basic concept of object orientation is to combine units of information which are structurally linked. Similar information is collected in one spot, thus simplifying the retrieval of information or changes to the system.
Object orientation helps you shape an advantageous system design using proven concepts. The systems flexibility, serviceability and re-useability are considerably increased when using object oriented methods.
|