Home / Questions / Give two differences between Procedure Oriented languages and Object Oriented languages.
Explanatory Question

Give two differences between Procedure Oriented languages and Object Oriented languages.

👁 96 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Two differences between Procedure Oriented languages and Object Oriented languages are as follows:

Procedure Oriented languages Object Oriented languages
Procedure Oriented languages lay emphasis on functions and procedures rather than data. Object Oriented languages lay emphasis on data rather than functions.
Limited and difficult code reusability leading to lengthy programs which are difficult to debug and maintain. Versatile and easy code reusability leading to simpler programs which are easier to debug and maintain.