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 clean architecture?
Can we use an equated value as operands for an MVC ? Reason for the same.
Are singletons bad?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the factory pattern in the design pattern?
Quartus II software version 6.0 is available for which operating systems (OS)?
Why have we declared the instance reference volatile?
What is lexi design pattern?
Explain what is good design?
Why have we used synchronized here?
What is a behavioral design pattern?
What is the prototype design pattern?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
What is factory method in design pattern?
Are you using singleton in your code?