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

Why have we declared the instance reference volatile?

538


What is a behavioral design pattern?

621


What is the difference between factory and strategy design pattern?

541


Are singletons bad?

576


What are the differences between the design patterns and the framework?

598






What are the disadvantages of singleton pattern?

582


What is mvp design pattern?

670


What are the types of the proxy design you will get in the design pattern?

564


What is proxy in design pattern?

607


What is the use of such a class?

668


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?

3626


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

592


Is dependency injection a design pattern?

582


What is the design pattern?

637


What are the main types of concurrency design patterns?

580