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 the difference between factory and abstract factory design pattern?
What is architecture and what is design?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the 23 design patterns?
Are you using singleton in your code?
What are the most important software design patterns?
Why singleton beans are not thread safe?
What is a behavioral design pattern?
What is the difference between architecture and design?
What is the concurrency design pattern?
Which design pattern is mvc?
What is the use of such a class?
Which design patterns have you used in your project ?
What is the difference between 3 tier and n tier architecture?
What is singleton design pattern in java?