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

Write down the code for save an uploaded file using php?

450


How do I install php and apache on windows 10?

507


What is the use of final class in php?

506


How many types of session are there?

539


Explain difference between urlencode and urldecode?

554






What is input sanitization in php?

541


What is php how it works?

532


Explain why would we use === instead of ==?

495


Why namespace is used in php?

534


What is a php form?

538


what is the current salary package in India for a PHP programmer who has 1.5 years experience

2485


What is phpsessid?

514


Which functions are used to count the total number of array elements in php?

536


How to remove white spaces from the beginning and/or the end of a string in php?

536


Does php support polymorphism?

503