What are the main differences between procedure oriented
languages and object oriented languages?

Answers were Sorted based on User's Feedback



What are the main differences between procedure oriented languages and object oriented languages?..

Answer / k.rajesh

1. Procedural languages enforce sequential processing
of instructions. Object oriented languages may implement
event driven processing.
2. Procedural languages store all data as global while
OOPs languages support data encapsulation -- all related
data is stored inside one object and only relevant data is
shown to the user.
3. Facilities like function overloading and operator
overloading (polymorphism) allow you to use same names and
provide different functionality which avoids personalism in
naming conventions. These overloaded versions are easy to
use and remember.

Is This Answer Correct ?    53 Yes 12 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / varaprasad

Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.

Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.

Is This Answer Correct ?    28 Yes 8 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / ankit samal

1. Procedural languages enforce sequential processing
of instructions. Object oriented languages may implement
event driven processing.
2. Procedural languages store all data as global while
OOPs languages support data encapsulation -- all related
data is stored inside one object and only relevant data is
shown to the user.

Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.

Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.

Is This Answer Correct ?    13 Yes 5 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / rahul madanan

procedural language: instructions will be divided into
various blocks called as datas .It concentrates on
procedures rather than datas.

oops: class is created where data and functions are
encapsulated. It concentrates on data rather than
procedure.

Is This Answer Correct ?    19 Yes 15 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / hbp sandeep

Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.

Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.

Is This Answer Correct ?    1 Yes 0 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / sudesh

Procedure Oriented Language: It follows the a procedure
that is simply saying it will go line by line in the code
unless if u mentioned any goto are any code breaking
keywords.

Object Oriented Language: In this each and every program is
called as Object. that is simply saying we will breake the
code in to small pieces and we will call the code when we
want.

Is This Answer Correct ?    3 Yes 4 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / ashish tripathi

Pocedure Pogramming:
it concentrate the procedure .execution is going on through
procedure.it means that we can not jump without calling the
pevoius pocedure .

oop:
no restiction are there .
simply call whatever u want to execute.

Is This Answer Correct ?    4 Yes 6 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / s.sathish kumar

nine

Is This Answer Correct ?    5 Yes 9 No

What are the main differences between procedure oriented languages and object oriented languages?..

Answer / shivanand

procedure oriented language doesnot support oops.
object oriented languages support opps concept.

Is This Answer Correct ?    31 Yes 50 No

Post New Answer

More OOPS Interview Questions

program for insertion ,deletion,sorting in double link list

0 Answers  


Which language is pure oop?

0 Answers  


In multilevel inheritance constructors will be executed from the .... class to ... class

2 Answers   ABCO, TCS,


What is the point of oop?

0 Answers  


class type to basic type conversion

0 Answers  






What is multilevel inheritance?

0 Answers  


What is Dynamic Polymorphism?

13 Answers  


Templates mean

0 Answers  


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  


what is the difference between a package and a software?

3 Answers  


What causes polymorphism?

0 Answers  


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,


Categories