what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / mithilesh sikhar
In fod the main program is divided into no.of small program
that program is called function.the FOD follows top to
bottom or bottom to top approach. Where as OOD pattern
follows OOP s concept. Every thing is being object
2. In FOD the function must retun a value. where as OOD an
object need not to be return a value
| Is This Answer Correct ? | 24 Yes | 22 No |
Post New Answer View All Answers
Give me example of observer design pattern?
Is singleton a design pattern?
What is the difference between 3 tier and n tier architecture?
What are the examples of the behavioral design patterns?
Did you use ooa/ood methodologies? Did you use design patterns?
What is factory method in design pattern?
what is the lazy design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is the builder pattern?
What are the types of participants of the prototype design pattern you will get?
Is dependency injection a design pattern?
Are you using singleton in your code?
Quartus II software version 6.0 is available for which operating systems (OS)?
What are the 23 design patterns?
Is singleton an anti pattern?