what are the advantages and disadvantages of object based programming?
Answers
Answered by
1
Answer:
Adventages -OOP language allows to break the program into the bit-sized problems that can be solved easily (one object at a time). The new technology promises greater programmer productivity, better quality of software and lesser maintenance cost. OOP systems can be easily upgraded from small to large systems
Disadvantages -It can be inefficient. Object-oriented programming tends to use more CPU than alternative options. ...
Similar questions