what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / debangshu chatterjee
in object oriented design decomposition of the system is in the object point of view while in FD decomposition of system is in functional point of view.OOD design identifies object and decompose complex objects into simpler objects while in FD same is done on function.more over unlike FD data is not centralized in OOD.object oriented design is good when there are fixed number of OPERATION on THINGS.while FD is good when there are fixed number of THINGS on which OPERATIONS are performed.thus in OOD implemetation is done by adding new classes which implement existing methods, and the existing classes are left alone, while in FD new functions are added on existing things.
Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Are singletons bad?
What is aop design?
What are the SDLC phases you have invloved ?
What is architecture and what is design?
Why do we need singleton pattern?
What is the design pattern?
What is difference between function oriented design and object oriented design?
What is the difference between factory and strategy design pattern?
What are the design patterns you know explain?
What is use case in clean architecture?
What is mvp design pattern?
What is the builder pattern?
What is the creational design 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 is the prototype design pattern?