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
Why singleton beans are not thread safe?
What is the difference between proxy and adapter?
Did you use ooa/ood methodologies? Did you use design patterns?
What is the difference between builder and composite?
Quartus II software version 6.0 is available for which operating systems (OS)?
Why have we declared the instance reference volatile?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
When singleton pattern is used?
Is singleton a design pattern?
What is architecture and what is design?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What are useful tools for developing and testing color schemes for web sites?
Why is singleton bad?
What is the gang of four design pattern?
What are the types of participants of the prototype design pattern you will get?