what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / bijumon v g
I would like to update my previous answer.
In FOD - we decompose in function/procedure level
In OOD - we decompose in class level (so OO concepts comes
here)
| Is This Answer Correct ? | 29 Yes | 20 No |
Post New Answer View All Answers
What is viper architecture?
Can we make the reference instance non static?
What is the behavioral design pattern?
When singleton pattern is used?
What is a behavioral design pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the use of such a class?
What are the benefits of the proxy in the design pattern?
What are the disadvantages of singleton pattern?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Is singleton bean thread safe?
Did you use ooa/ood methodologies? Did you use design patterns?
Is dependency injection a design pattern?
Is singleton scope thread safe?
Can we have this pattern implemented using static class?