what is diffrence between Function Oriented Design and
Obeject Oriented design

Answer Posted / debangshu chatterjee

in object oriented design decomposition of the system is in the object point of view while in FD decomposition of system is in functional point of view.OOD design identifies object and decompose complex objects into simpler objects while in FD same is done on function.more over unlike FD data is not centralized in OOD.object oriented design is good when there are fixed number of OPERATION on THINGS.while FD is good when there are fixed number of THINGS on which OPERATIONS are performed.thus in OOD implemetation is done by adding new classes which implement existing methods, and the existing classes are left alone, while in FD new functions are added on existing things.

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are singletons bad?

776


What is aop design?

752


What are the SDLC phases you have invloved ?

2406


What is architecture and what is design?

793


Why do we need singleton pattern?

749


What is the design pattern?

803


What is difference between function oriented design and object oriented design?

780


What is the difference between factory and strategy design pattern?

751


What are the design patterns you know explain?

836


What is use case in clean architecture?

802


What is mvp design pattern?

875


What is the builder pattern?

817


What is the creational design pattern?

822


Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

3819


What is the prototype design pattern?

813