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 are the differences between procedure-oriented
languages and object-oriented languages?

Answers were Sorted based on User's Feedback



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

Answer / kumar

In procedural programming the main emphasis is on procedure
while in object oriented the data is important part. on the
same hand data is more secured in object oriented program.
-----------------------------------------------------------
Procedure Oriented Language:
---------------------------
PO Language is fully concentrates on
Procedures/functions/methods. It normally works as a
sequence of actions as seen in flowchart or in any
algorithm. It follows top-down approach. It totally focuses
on methods and not the data which is utilized by methods.
In PO languages if data is used by many methods then its
declared as global data but there is a problem if we do
that, what is that, if we forgot or by mistake if we
consume that data in some other method than it comes with
problem. Mostly these scenarios happen in large systems.

Example: COBOL, PASCAL, C, FORTRAN etc.

Object Oriented Language:
------------------------
OO concepts says it think about data and bind that data and
methods those are manipulating that data into one entity
known as object and then utilize that object into system.

Example: C++, Java, C#, VB.Net etc.

There are some fundamental concepts of OO Language which a
language has to follow to be a truly OO language.

• OBJECT
• CLASS
• ABSTRACTION
• ENCAPSULATION
• DATA HIDING / INFORMATION HIDING
• INHERITANCE
• POLYMORPHISM

Is This Answer Correct ?    114 Yes 4 No

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

Answer / sathish

C employs top down approach which is an procedure oriented,
where as c++ employs bottom up approach which is an object
oriented language.

Is This Answer Correct ?    30 Yes 5 No

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

Answer / abbas chati

No Procedure Oriented Language Object Oriented Language
1 Procedure Oriented have more code. object oriented have less code

2 In procedural programming the main emphasis is on procedure
in object oriented the data is an important part.

3 PO Language is fully concentrates on
Procedures/functions/methods.
OO concepts says it think about data and bind that data and
methods those are manipulating that data into one entity
known as object and then utilize that object into system.

4 It follows top-down approach.
It follows bottom-up approach.
5 C employs top down approach which is an procedure oriented Language.
C++ employs bottom down approach which is an object oriented language.
6 COBOL, PASCAL, C, FORTRAN
are example of the procedure oriented language. C++, Java, C#, VB.Net are example of the object oriented language.

Is This Answer Correct ?    18 Yes 3 No

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

Answer / sourabh

In procedural programming the main emphasis is on procedure
while in object oriented the data is important part. on the
same hand data is more secured in object oriented program.
-----------------------------------------------------------
Procedure Oriented Language:
---------------------------
PO Language is fully concentrates on
Procedures/functions/methods. It normally works as a
sequence of actions as seen in flowchart or in any
algorithm. It follows top-down approach. It totally focuses
on methods and not the data which is utilized by methods.
In PO languages if data is used by many methods then its
declared as global data but there is a problem if we do
that, what is that, if we forgot or by mistake if we
consume that data in some other method than it comes with
problem. Mostly these scenarios happen in large systems.

Example: COBOL, PASCAL, C, FORTRAN etc.

Object Oriented Language:
------------------------
OO concepts says it think about data and bind that data and
methods those are manipulating that data into one entity
known as object and then utilize that object into system.

Example: C++, Java, C#, VB.Net etc.

There are some fundamental concepts of OO Language which a
language has to follow to be a truly OO language.

&#8226; OBJECT
&#8226; CLASS
&#8226; ABSTRACTION
&#8226; ENCAPSULATION
&#8226; DATA HIDING / INFORMATION HIDING
&#8226; INHERITANCE
&#8226; POLYMORPHISM

Is This Answer Correct ?    6 Yes 4 No

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

Answer / manni

i don't know but these answers are wrong.

Is This Answer Correct ?    1 Yes 5 No

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

Answer / umapathi

procedure oriented have more code where as object oriented
have less code

Is This Answer Correct ?    41 Yes 57 No

Post New Answer

More PHP Interview Questions

Why is PHP-MySQL frequently used for web (Portal) Development?

5 Answers   T3 Softwares, Wipro,


What are the different tables(engine) present in mysql, which one is default?

0 Answers  


What is the mysql injection?

0 Answers  


What's php?

0 Answers  


Tell us how can we display the output directly to the browser?

0 Answers  


Tell me what are the functions to be used to get the image's properties (size, width and height)?

0 Answers  


What is the difference between file_get_contents() and file_put_contents() in php?

0 Answers  


Will react hooks replace redux?

0 Answers  


How to check a variable is an array or not in php?

0 Answers  


What is strlen php?

0 Answers  


How many escape sequences are recognized in double-quoted strings in php?

0 Answers  


How can we know the count/number of elements of an array?

3 Answers  


Categories