Advantages of object oriented programming?
Posted by Raj
Advantages of object oriented programming:
- Code Re-usability(Polymorphism,Interfaces): In OOPs objects created in one program can be reused in different programs.
- Code extensibility: for addding new features or modifying existing objects can be solved by introducing new objects.
- Catch errors at compile time rather than at runtime.
- Maintainability :objects can be maintained separately, so u can easily fix errors.
- Imrove error handling:We can use exceptions to improve error handling.
- Modularity: can create seperate Modules.
- Modifiability:it is easy to make minor changes in some classes as Changes inside a class do not affect any other part of a program.
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Advantages of object oriented programming,
object oriented,
oop,
OOP interview questions and answers,
oop object,
OOPS,
oriented object,
oriented programming,
PHP,
PHP interview questions and answers,
Question
.You can leave a response, or trackback from your own site.