Computer Science, asked by sahajan664, 1 year ago

Advantages and disadvantages of object oriented programming

Answers

Answered by sanskarsworup
3
OOP have the following advantage over the conventional Programming approaches:


1.  It models real world well.


2.With OOP , programs are easy to understand.


3.OOP offers classes reusability. Already created classes can be reused without       having to write again.


4. OOP facilitates quick Development as parallel development of classes is  possible.


5.    With OOP, program are easier to test manage and maintain.



There are also Some disadvantage of OOP’s


1. With OOP , classes tend be overly generalized.


2.   The relation among classes become artificial at times.


3.   The OOP programs design is tricky.


4.     Also one needs to do proper planning and proper design for OOP Programming.


5.To Program with OOP, Programmer need proper skills such as design skills programming skills, thinking in term of objects etc.

Answered by kendrewboncodin
0

Answer:

advantages:

•improved software development productivity

•improved software maintainability

•faster development

•lower cost of development

disadvantages;

•steep learning curve

•larger program size

•slower programs

•not suitable for all types of problems

Explanation:

bleng blong

Similar questions