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
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
What is the builder pattern?
What is the behavioral design pattern?
Explain what are 5 common problems in the software development process?
What is the singleton design pattern?
Is singleton bean thread safe?
What is the executor design pattern?
What are the design patterns you know explain?
Can we make the reference instance non static?
What are the 23 design patterns?
What is clean architecture?
what are the creational design patterns
Why should we not use singleton pattern?
Is bean a singleton?
what is the lazy design pattern?