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

Explain three types of components comprise an application design?

586


Is bean a singleton?

572


What is the difference between builder and composite?

618


What is singleton and factory pattern?

582


5.Develop an entity relationships diagram that identifies physical entity relationships.

2453






What are the most important software design patterns?

619


What are the types of participants of the prototype design pattern you will get?

590


Explain what is good design?

625


Why have we used synchronized here?

614


what is the lazy design pattern?

609


Why singleton beans are not thread safe?

583


Is mvc a software design pattern?

675


What is the singleton design pattern?

633


Is singleton an anti pattern?

587


Did you use ooa/ood methodologies? Did you use design patterns?

642