Thursday, March 29, 2012

Object Oriented Programming

Hi everybody,
this is nanda kumar,
i want to knowdrawback of objects in oops concepts.
regards,
Nanda kumar. R

Think of OOP as providing services. A method can provide services to many classes and other methods that request it. The main concept behind OOP is reduction of code through code reusability. OOP improves your code by making it more robust. I can't think of anything negitive that OOP presents over traditional procedural programming.


The only drawback I can think of is that it's more difficult to learn (and visualize) than the traditional sequential/structured programming model. Once you become familiar with the concept, it will save you both time and coding.

0 comments:

Post a Comment