Advantage of OOPs over Procedure-oriented programming language

Posted on Aug. 13, 2019
advantages of oops
java
2628

Advantage of OOPs over Procedure-oriented programming language:

1) OOPs makes development and maintenance easier, whereas, in a procedure-oriented programming language, it is not easy to manage if code grows as project size increases.

2) OOPs provides data hiding, whereas, in a procedure-oriented programming language, global data can be accessed from anywhere.

Data Representation in Procedure-Oriented Programming:

Data Representation in Object-Oriented Programming:

3) OOPs provides the ability to simulate real-world event much more effectively. We can provide the solution of real word problem if we are using the Object-Oriented Programming language.




0 comments

Please log in to leave a comment.