answersLogoWhite

0


Best Answer

In object oriented programming main role plays objects and classes, in structure programming all programmes are represented as structures of block's, in procedure programming - that means high level programming languages, which are based on process description (sequence of processes) - all programmes are described like a set of subprogrammes or procedures.

For more information you may search these articles:


http:/en.wikipedia.org/wiki/Object-oriented_programming

http://alarmingdevelopment.org/?p=9

http:/en.wikipedia.org/wiki/Procedural_programming

User Avatar

Wiki User

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

Wiki User

13y ago
it's Object Oriented design:it lives in my back yard and my grandfather was the first to create it!!

It is nothing but a programming procedure in C++. Because in this approach we make use of class or classes for a secured information. Here the approach is top down approach.

Procedural oriented design:

It is nothing but a programming procedure in C. Because in this approach we follow a sequential order of executing the program. Here the data is not secured.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Object oriented design and procedural oriented design?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the similarities of procedural and object-oriented?

There is none =)


Is the java is procedural language?

Java is an Object Oriented language not a procedural language


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


Is c object oriented or object based?

C is a procedural programming language.


What is procedural approach and object-oriented approach in java?

h


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.


What is full form of abbrevation OOAD?

Object Oriented Analysis & Design


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


Disadvantages of procedural code over an object-oriented one?

A procedural code is * less maintainable * polluting the namespace of variables and methods * making harder to decouple and modularize the code, as such, it is less reusable than an object-oriented one


What are the primary methods of programming?

The two primary methods of programming are procedural and object-oriented.


Is c plus plus is pure object oriented?

No. C is not object-oriented, it is a procedural language.C++, while object-oriented, is not purelyobject-oriented. One of the requirements for a pure object-oriented language is that everything is an object. C++ still has primitive data types (int, long, double, etc.), and so is not purely object-oriented.


Is java example of a procedural programming language?

No.Its purely object oriented programming language