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 use case in clean architecture?
How did you design your unit tests?What about integration tests?
Can we have this pattern implemented using static class?
What are the types of the proxy design you will get in the design pattern?
Which design pattern is mostly used in net?
4. Identify and bound the SOI’s Operating Environment.
What is the builder pattern?
What are the languages used in the design pattern?
Which design patterns have you used in your project ?
What is synchronizer token pattern?
Which design pattern is mvc?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is the prototype design pattern?
Why do we need singleton pattern?
What is the difference between 3 tier and n tier architecture?