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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function can be used to exit from the script after displaying the error message?

519


How to convert one date format into another in php?

489


How do you identify independent and dependent variables in regression analysis?

490


What is the difference between $message and $$message in php?

424


What is mysqli_query?

511






What is encapsulation in php?

560


What are php keywords?

533


What is str_replace()?

541


Explain Whitespace Characters?

581


Tell me how is it possible to parse a configuration file?

505


How to access a specific character in a string using php?

515


What is the $_ server php_self variable?

491


What is data structure in php?

504


Php says that an array is an ordered map. But how the values are ordered in an array?

595


Write a program to find no of days between two dates in php?

519