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


Please Help Members By Posting Answers For Below Questions

When should design patterns be used?

752


What design pattern wrapper classes implement?

786


Can we have this pattern implemented using static class?

790


Can you explain singleton pattern?

803


Using any system, product, or service your organization provides, identify the human system roles for the product.

2349


What is the difference between factory and abstract factory design pattern?

737


Why is singleton used?

818


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?

2570


What are the design patterns you know explain?

827


Explain three types of components comprise an application design?

774


What is difference between function oriented design and object oriented design?

772


What is the concurrency design pattern?

880


What is the difference between architecture and design?

786


Give me example of observer design pattern?

824


Is bean a singleton?

727