Object-Oriented Programming is a methodology or paradigm to design a program using classes and objects.
* Advantages
- Objects are modeled on real world entities.
- This enables modeling complex systems of real world into manageable software solutions.
- 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.)
- OOPs provides data hiding whereas in Procedure-oriented prgramming language a global data can be accessed from anywhere.
No comments:
Post a Comment