what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / 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 View All Answers
Are singletons bad?
Is oop a design pattern?
What is the prototype design pattern?
What are the benefits of the proxy in the design pattern?
Where should we use singleton design pattern?
What is mvp design pattern?
Explain what are 5 common problems in the software development process?
What is the concurrency design pattern?
What is lexi design pattern?
Which design patterns have you used in your project ?
When should design patterns be used?
What is factory method in design pattern?
Why have we used synchronized here?
What are the types of design patterns?
Are you using singleton in your code?