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
What are the SDLC phases you have invloved ?
What is a lazy initialization in singleton?
What is the difference between builder and composite?
what is the lazy design pattern?
What is the difference between architecture and design?
Are singletons bad?
What are the types of design patterns?
Explain what is good design?
What are the examples of the behavioral design patterns?
Where should we use singleton design pattern?
What is aop design?
What are the languages used in the design pattern?
Why singleton beans are not thread safe?
What is proxy in design pattern?
What are the main usage of the patterns?