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


Please Help Members By Posting Answers For Below Questions

What is the difference between factory and abstract factory design pattern?

575


Why is singleton used?

625


How did you design your unit tests?What about integration tests?

1796


What is the behavioral design pattern?

658


What are the examples of the behavioral design patterns?

598






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?

3625


Explain what are 5 common problems in the software development process?

611


What is viper architecture?

608


What are the main types of concurrency design patterns?

580


Why should we not use singleton pattern?

567


What is use case in clean architecture?

615


What is singleton design pattern in java?

591


How do you choose a design pattern?

559


What are the categories in which the design patterns can be divided?

613


What is the prototype design pattern?

626