Example & Tutorial understanding programming in easy ways.

10.what is the Advantage of OOPs over Procedure-oriented programming language

 


a)OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows.

b)OOPs provides data hiding whereas in Procedure-oriented prgramming language a global data can be accessed from anywhere.


c)OOPs provides 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.
 

 

Read More →