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
Is singleton an anti pattern?
What are the main usage of the patterns?
What are the languages used in the design pattern?
Why have we used synchronized here?
How did you design your unit tests?What about integration tests?
Are singletons bad?
What is synchronizer token pattern?
What is the singleton design pattern?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What are the SDLC phases you have invloved ?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Is singleton bean thread safe?
Why is singleton bad?
What is clean architecture?
What is the prototype design pattern?