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
Which design pattern is mostly used in net?
Which design pattern is mvc?
What are the most popular design patterns?
Can we make the reference instance non static?
Is singleton a design pattern?
What is meant by design pattern?
What is the difference between proxy and adapter?
When singleton pattern is used?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the behavioral design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
Is mvc a software design pattern?
What are the main usage of the patterns?
What is singleton and factory pattern?
what are the creational design patterns