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
Is bean a singleton?
Explain what is good design?
What is the difference between factory and strategy design pattern?
What is the gang of four design pattern?
What is onion architecture?
Write the code for a singleton class?
Can you explain singleton pattern?
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 the languages used in the design pattern?
What are useful tools for developing and testing color schemes for web sites?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
Are singletons bad?
Explain what are 5 common problems in the software development process?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next