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
Why do we need singleton pattern?
What is the difference between factory and builder design pattern?
What is architecture and what is design?
Write the code for a singleton class?
What is difference between function oriented design and object oriented design?
How did you design your unit tests?What about integration tests?
What are the most important software design patterns?
Explain three types of components comprise an application design?
What is the singleton design pattern?
What is the executor design pattern?
what is the lazy design pattern?
What is synchronizer token pattern?
What is the use of repository pattern?
Is singleton a design pattern?
What is factory method in design pattern?