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

Which design pattern is mostly used in net?

578


What design pattern wrapper classes implement?

605


Is singleton bean thread safe?

558


How did you design your unit tests?What about integration tests?

1796


Can we use an equated value as operands for an MVC ? Reason for the same.

2023






Is singleton a design pattern?

595


Explain what are 5 common problems in the software development process?

611


What is the difference between architecture and design?

581


Why should we not use singleton pattern?

567


What is single tone design pattern in java?

546


Is mvc is a design pattern?

593


What is singleton design pattern in java?

591


What is a lazy initialization in singleton?

594


What are the main usage of the patterns?

628


What are the most important software design patterns?

613