what is diffrence between Function Oriented Design and
Obeject Oriented design
Answer Posted / jhansi yarnagula
Function oriented:
divide and conquer
Object orienteD:
ex:
person x-an object
he has a car.
car is an object y.
person x uses car for to drive....
that mean person-car should communicate throgh driving() method
in function oriented we can not communicate wth pblms... we r defining certain tasks..functions are independent :....no communication between one another....
tatsway ood is used to tell relationship and data flow between objects
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
what is the lazy design pattern?
What non-visual coding tools are available for web design?
What is single tone design pattern in java?
What is viper architecture?
Is dependency injection a design pattern?
Explain three types of components comprise an application design?
How did you design your unit tests?What about integration tests?
Is mvc is a design pattern?
Write the code for a singleton class?
Why is singleton bad?
What is factory method in design pattern?
What is the creational design pattern?
What are the 23 design patterns?
What is meant by design pattern?
What is the builder pattern?