Friday 1 March 2013

Advantages of OOP


  1. OOP uses objects in programming languages.
  2. The independence of each object easily to development and maintenance of the program
  3. Data Hiding and Data Abstraction increase reliability and helps the programmer to built secure programs.
  4. Dynamic Binding increases flexibility by permitting the addition of new class objects without having to modify the existing code.
  5. Inheritance with Dynamic Binding enhances the reusability of code.

No comments:

Post a Comment