answersLogoWhite

0


Best Answer

(a)OOD:The Basic Abstraction is not the services available to the users of the system

(a)FOD: The basic abstraction is available to users of the system

(b)OOD: The state information exists in the form of data distributed among several objects of the system

(b)FOD: The state information is available in a centralized shared data store.

(c)OOD: Group Functions together on the basis of data they operate on

(c)FOD: Group Functions together if as a group, they constitute a higher level Function

(d)Functional oriented design orients on functions, when OOP orients on objects,

or as called in C++ classes.

(e)Functions, get some data, process it and than return result, or do some actions.

Objects is data with methods of processing it.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Structured Design:Dividing a problem into smaller Subproblems is called Structured design.

The Structured design approach is also known as top-down design, stepwise refinement andmodular programming.

In Structured design , the problem is divided into smaller subproblems. Each Subproblem is then analyzed and a solution is obtained to solve the subproblem. The Solutions of overall subproblems are then combined to solve the overall problem.

This process of implementing a structured design is called Structured Programming.Object Oriented Design (OOD):1. In (OOD) , the first step in the Problem-Solving process is to identify the components called "OBJECTS". For example:

" suppose you want to write a program that automates the video of rental process for a local video store.

The two main objects in this problem are the video and customer."

2. After Identifying the object the second step is to specify for each object the relevant data and possible operations to be performed on that data.

For example:

"for a video object, the data might include the movie name , starring actors , producer and production company e.t.c"

3. This illustrates the object Consist of data and operations on those data. So an Object combines data and operations on the

data in a single Unit. In (OOD), the final Program is a collection of interacting objects.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The main difference is in how the two approach a given programming problem. Any given computer program is always built around 2 things- one, the data that the program must use, and two, the code. The code defines what is to be done with the data. A problem can be solved by organizing code around data i.e defining how code acts upon data that is given to it, called structural analysis, or by organzing data around code i.e. defining how data controls access to code. This latter approach is called object-oriented programming. Of course, the roadmaps to the two approaches also differ. In structural analysis, one is required to construct Data Flow Diagrams and Entity-Relationship Diagrams. In reality, ERDs are just one of two approaches to Database Design, the other being Normalization. To assist in Object-Oriented Design, one relies on Structure Charts, UML diagrams and Use Case diagrams. For details, refer to one of numerous books on UML. Other approaches to Object-Oriented-Analysis and Design(OOAD) are RUP(Rational Unified Process), Booch Method, etc. to name a few. There are well documented sources and references on all the above topics.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between functional oriented design and Object Oriented design?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between structured oriented programming procedure and oriented programming?

LOTTA


What is the difference between gpss and simscript?

Gpss and simscript is the difference between gpss and simscript::: simscript:event oriented and gpss:transaction flow oriented.


What is the difference between general and specific task oriented rubric?

The difference between generic and specific task oriented rubric is that whereas one is holistic, the other one is analytic. The generic oriented rubric is holistic while the specific task oriented is analytic.


What is the difference between oriented and orientated?

The difference is that Americans generally say "oriented," while the British say "orientated." It means the same in either case.


What is the difference between bsit and bscs degrees?

The difference between the BSIT and BSCS is the kind of units covered. Whereas the BSIT is more of theoretical oriented, the BSCS is technical oriented.


What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


What is difference between problem oriented and machine oriented languages?

machine oriented language: A programming language designed for use on specific class of computers. problem oriented language: A language whose statement resemble terminology of the user. Thanks


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


Explain the difference between outward-oriented and inward-oriented growth?

Hahahahaha IB past paper?? Am doing the same question :D


What is the difference between mono product economy and import oriented economy?

Describe Nigeria's economy as Mono-product and import oriented economy


What is the difference between a market-oriented sales oriented and a production oriented organisation?

Marketing Oriented: Company focus primarily on customers needs and wants based on reliable data. Sales Driven Companies: The main objective is sales and customer's needs are competely ignored


Major difference between c and java?

Java is object oriented, C is not...