what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / anshuman
Function oriented design is dividing a bigger problem set
to small functional units and then
structure/organize/sequence these functional units to
design the solution.
OOD is identifying objects (entities) involved in the
system and designing solution based on their relationships
and interactions.
FOD approach is mainly used for computation sensitive
application, whereas OOD approach is mainly used for
evolving system which mimicks a business process or
business case.
| Is This Answer Correct ? | 75 Yes | 23 No |
Post New Answer View All Answers
What is the concurrency design pattern?
What is difference between function oriented design and object oriented design?
Is singleton an anti pattern?
What are the categories in which the design patterns can be divided?
What are the most popular design patterns?
What is the behavioral design pattern?
What design pattern wrapper classes implement?
What are the differences between the design patterns and the framework?
Is singleton a design pattern?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What is the use of design patterns?
What is the creational design pattern?
Give me example of observer design pattern?
What are the examples of the behavioral design patterns?
What are creational design patterns?