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


Please Help Members By Posting Answers For Below Questions

What is the difference between 3 tier and n tier architecture?

612


What is single tone design pattern in java?

554


What is the singleton design pattern?

633


What are structural design patterns?

607


What is the use of design patterns?

598






Can we make the reference instance non static?

549


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

620


What are the most commonly used design patterns?

606


What are the main usage of the patterns?

636


What is the design pattern?

643


What is the builder pattern?

643


What are the most important software design patterns?

619


Why singleton beans are not thread safe?

585


Is dependency injection a design pattern?

591


Why do we need singleton pattern?

593