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
What non-visual coding tools are available for web design?
Explain three types of components comprise an application design?
What is the difference between proxy and adapter?
Is dependency injection a design pattern?
What are the types of participants of the prototype design pattern you will get?
4. Identify and bound the SOI’s Operating Environment.
Is bean a singleton?
When should design patterns be used?
What is the gang of four design pattern?
What is singleton design pattern in java?
What is the use of design patterns?
Describe the builder design pattern
What are structural design patterns?
What is the singleton design pattern?
What are useful tools for developing and testing color schemes for web sites?