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
When should design patterns be used?
What design pattern wrapper classes implement?
Can we have this pattern implemented using static class?
Can you explain singleton pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is the difference between factory and abstract factory design pattern?
Why is singleton used?
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 design patterns you know explain?
Explain three types of components comprise an application design?
What is difference between function oriented design and object oriented design?
What is the concurrency design pattern?
What is the difference between architecture and design?
Give me example of observer design pattern?
Is bean a singleton?