Computer Science, asked by madhuvanthani5292, 1 year ago

Why analysis is the major part of object oriented designs?

Answers

Answered by prashanth1551
0
The Concept Of Object-Orientation

Object-orientation is what’s referred to as a programming paradigm. It’s not a language itself but a set of concepts that is supported by many languages.

If you aren’t familiar with the concepts of object-orientation, you may take a look at The Story of Object-Oriented Programming.

If everything we do in these languages is object-oriented, it means, we are oriented or focused around objects.
Now in an object-oriented language, this one large program will instead be split apart into self contained objects, almost like having several mini-programs, each object representing a different part of the application.
And each object contains its own data and its own logic, and they communicate between themselves.
These objects aren’t random. They represent the way you talk and think about the problem you are trying to solve in your real life.
They represent things like employees, images, bank accounts, spaceships, asteroids, video segment, audio files, or whatever exists in your program.

Object-Oriented Analysis And Design (OOAD)

It’s a structured method for analyzing, designing a system by applying the object-orientated concepts, and develop a set of graphical system models during the development life cycle of the software.

OOAD In The SDLC

The software life cycle is typically divided up into stages going from abstract descriptions of the problem to designs then to code and testing and finally to deployment.
plzzz add brainlist
Similar questions