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
What are the 3 scope levels available in php and how would you define them?
List the different types of print functions available in php?
Does session expire on closing browser?
Write a program to find the factorial of a number in php?
What is super () python?
How do I know my xampp version?
Will react hooks replace redux?
Tell me how do I check if a given variable is empty?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is difference between required and require_once in php?
What is oops php?
/temp is a type of filesystem directory. State Whether True or False?
How cookies are transported from servers to browsers?
What are the benefits of using queries?
What is difference between session and cookies in php?