Explain the object oriented system development approach in brief
Answers
Answered by
2
Object-oriented analysis and design (OOAD) is a popular technicalapproach for analyzing and designing an application, system, or business by applying object-oriented programming, as well as using visual modeling throughout the development life cycles to foster better stakeholder communication and product quality.
hope it helps!
hope it helps!
Answered by
0
Answer:
Object oriented analysis related to the methodology which combines the
item that mix with other in terms of class, data or behaviour, thereby creating a
model which perfectly shows the required purpose of system. Object-oriented
analysis will not factor on the implementation, limitations in the model.
The advantage of using object oriented methodology is to create what you
already contain. With such approach, the ability to use code any time and develop
additional maintainable systems in less amount of time. Additionally, object-
oriented systems are better designed, more resilient to change, and more reliable,
since they're built from fully tested and debugged classes.
Explanation:
Similar questions