Computer Science, asked by durgmaster, 1 year ago

What are advantages and disadvantages of oop in c++

Answers

Answered by Anonymous
17
Hello
OOP
Means object oriented programming.

# Advantages of oop :
1) it models real word well.
2)the oop programs are easy to understand.
3)OOP provides class reusability through inheritance.
4)software security can be implemented using the principal of data handling.
5)oop programs are easy to test, manage and maintain.

Disadvantages

1) oop takes longer to learn than traditional programming
2)with oop classes tend to be overly generalised
3)sometimes the relations among classes become artificial.
4) the oop programs can be tricky at times.
5)the oop requires proper planning and proper designing for coding.



#cosmic

Answered by Anonymous
2
advantages of OOP in c++ are:
1.  It is easy to partition the work in a project based on objects.
2.  
Software complexity can be easily managed.
3. its has all 
modular solutions
 4. 
modular solutions

disadvantages of OOPin c++ are:
1. 
Size of object Oriented programs tends to be very larger.  
2. 
OOP systems are harder to design than a structured procedural
language
3.
Slower Software
Similar questions