Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between factory and abstract factory design pattern?

1022


What is architecture and what is design?

1182


Using any system, product, or service your organization provides, identify the human system roles for the product.

2611


What are the 23 design patterns?

1223


Are you using singleton in your code?

1258


What are the most important software design patterns?

1240


Why singleton beans are not thread safe?

1132


What is a behavioral design pattern?

1098


What is the difference between architecture and design?

1147


What is the concurrency design pattern?

1203


Which design pattern is mvc?

1115


What is the use of such a class?

1359


Which design patterns have you used in your project ?

1087


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

1116


What is singleton design pattern in java?

1222