Tuesday 17 November 2015

What is OOPS ? Diff b/w OOPS and structure / Procedure oriented programming system

OOPS: Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects. It simplifies the software development and maintenance by providing some concepts like object, class, inheritance, polymorphism, abstraction, encapsulation ..etc

1) 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.

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

3) OOPs provides more security, more re usability, more flexibility and more abstraction compared to Procedure-oriented programming.

No comments:

Post a Comment