what is diffrence between Function Oriented Design and
Obeject Oriented design

Answers were Sorted based on User's Feedback



what is diffrence between Function Oriented Design and Obeject Oriented design..

Answer / sushil bansal

FOD always need to update all components which using
modified component. But OOD approach is need to modified
only those components which need to modify only. FOD is like
a hard coding or conventional coding pattern. But OOD is
latest one which would not beark existing functionality if
you modify the code.

Is This Answer Correct ?    7 Yes 22 No

Post New Answer

More Design Patterns Interview Questions

What is the design pattern?

0 Answers  


what is the lazy design pattern?

0 Answers  


What is the difference between factory and abstract factory design pattern?

0 Answers  


What is the difference between builder and composite?

0 Answers  


What is the gang of four design pattern?

0 Answers  






Is singleton scope thread safe?

0 Answers  


what is data access layer?

7 Answers   Honeywell,


2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

0 Answers   IBM,


Where should we use singleton design pattern?

0 Answers  


Is oop a design pattern?

0 Answers  


What is ESD?

1 Answers  


What are actually Model,view,Controller in MVC Pattern?

2 Answers   Honeywell,


Categories