Computer Science, asked by yogo198, 1 year ago

Difference between algorithmic and object oriented decomposition

Answers

Answered by myrakincsem
15

Algorithmic or functional decomposition uses software as a process. It basically decomposes the software into modules that eventually represents steps of a process.

Object-oriented decomposition on the other hand views software as a set of well-defined objects that model entities in the application domain. These objects interact with each other to form a software system.

I hope the above answer satisfied your question.

Thanks and Regards


Similar questions