answersLogoWhite

0


Best Answer

Both types of programming utilize algorithms when processing data. Procedural and object oriented programming will also logically compute the tasks assigned to it using different programming languages.

User Avatar

Wiki User

2014-06-05 08:50:42
This answer is:
User Avatar
Study guides
📓
See all Study Guides
✍️
Create a Study Guide
4.25
12 Reviews

Add your answer:

Earn +20 pts
Q: What are the similarity between procedural and object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between object oriented computer programming and procedural computer programming?

In object oriented programming language, we will have an object for each program and it will be created only once in a life time of a program so after execution of that program memory will be de allocated. But in procedural it is not the case. And in object oriented we will have an excellent principles where we can get it out of the problems occured in other languages


What are the differences between procedural programming language and object oriented programming language?

procedural programming language is the language where the program instructions are executed line by line.in other words, the instructions are carried on, in the basis of encountered instruction.whereas in the object oriented programming language the instructions are executed on the basis of the objects.the objects are being explained in OOP langauge.


What is the difference between object oriented and procedural programming languages?

The simple example or difference that can be given between object oriented and procedural programming can be given as that the programming and code that we do or plot in c language is procedural. All the procedures are being defined as in order. first the library then the method then the code.that has predefined variables and values like printf scanf etc. that is termed as procedural prog. language. where as object oriented includes c sharp java vb etc. in which we need to define the objective of each operation that we perform.we can create new objects and define new values for each operation. hope that answers the question in detail.


Short note on structural programming and procedural programming?

There is no difference between procedural programing language & structure programing language.


Different between object oriented and structure language?

In short, object oriented programming is simply structured programming that makes use of classes to combine data and the methods that modify that data into self-contained entities.Structured programming is an extension of procedural programming (spaghetti code) that incorporates structured loops and procedure calls to produce more orderly code that is easier to both read and maintain.

Related questions

What is the difference between object oriented computer programming and procedural computer programming?

In object oriented programming language, we will have an object for each program and it will be created only once in a life time of a program so after execution of that program memory will be de allocated. But in procedural it is not the case. And in object oriented we will have an excellent principles where we can get it out of the problems occured in other languages


What are the differences between procedural programming language and object oriented programming language?

procedural programming language is the language where the program instructions are executed line by line.in other words, the instructions are carried on, in the basis of encountered instruction.whereas in the object oriented programming language the instructions are executed on the basis of the objects.the objects are being explained in OOP langauge.


What is the similarities between Procedural programming and visual programming?

it is a load of rubbrish


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

LOTTA


Short note on structural programming and procedural programming?

There is no difference between procedural programing language & structure programing language.


What is the difference between object oriented and procedural programming languages?

The simple example or difference that can be given between object oriented and procedural programming can be given as that the programming and code that we do or plot in c language is procedural. All the procedures are being defined as in order. first the library then the method then the code.that has predefined variables and values like printf scanf etc. that is termed as procedural prog. language. where as object oriented includes c sharp java vb etc. in which we need to define the objective of each operation that we perform.we can create new objects and define new values for each operation. hope that answers the question in detail.


Difference between traditional structured software and object-orented software?

Actually its the difference between procedural and object oriented programming. Procedural programming rons the code from top to bottom only stopping for function or method calls. Usually a procedural program comes in the form of a single file or veryfew files.On the other end is object oriented. Or oop programming. Which is usually better forlarge extensive programs. Because depending upon what is called in the main code,the program can be in different files and what not.Thats an over simplification of course but its the major difference.


Difference between conventional programming and object oriented programming?

diff between oops and conventional programming


Different between object oriented and structure language?

In short, object oriented programming is simply structured programming that makes use of classes to combine data and the methods that modify that data into self-contained entities.Structured programming is an extension of procedural programming (spaghetti code) that incorporates structured loops and procedure calls to produce more orderly code that is easier to both read and maintain.


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


What is the difference between structured oriented programming and object oriented programming with example?

structured oriented programming and object oriented programming have some features of similarities, but the distinction between the two is that the former relies to the GOTO statements thus the developer has a tendency to confuse while the latter is subgrouped from objects, classes, methods and hierarchies.

People also asked

What is the similarities between Procedural programming and visual programming?

View results