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
Where should we use singleton design pattern?
What is singleton design pattern in java?
What is a lazy initialization in singleton?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Can we make the reference instance non static?
What are the differences between the design patterns and the framework?
When singleton pattern is used?
Is oop a design pattern?
Why have we used synchronized here?
What is the difference between factory and builder design pattern?
What is the behavioral design pattern?
What are the design patterns you know explain?
Write the code for a singleton class?
Can you explain singleton pattern?
What are the 23 design patterns?