KnowledgeBoat Logo

Computer Applications

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

OOP Intro Java

23 Likes

Answer

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

Procedure Oriented languagesObject 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.

Answered By

15 Likes


Related Questions