what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / bijumon v g
In a program, there is DATA and function/procedure. In both
design, the functions are arranged in a particular order so
that desired requirements are properly implemented. Main
difference between them lies in the case of
accessing/changing the data. In FOD, only scope
(global/local etc)controls whether a function can
access/change the data. But in OOD, inspite of the scope,
there is access modifiers (private/protected/public) -
encapsulation/data hiding - which restricts to
access/change the data.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is aop design?
What is viper architecture?
What is lexi design pattern?
Which design patterns have you used in your project ?
What are creational design patterns?
What are the types of design patterns?
What is the design pattern?
Is singleton an anti pattern?
What are the benefits of the proxy in the design pattern?
What is mvp design pattern?
How did you design your unit tests?What about integration tests?
What are the examples of the behavioral design patterns?
How do you choose a design pattern?
Why is singleton used?
What is the difference between builder and composite?