-
Is Object-Oriented Programming a Trillion Dollar Disaster?
over 5 years ago
-
over 5 years ago
No! Object-Oriented Programming isn't a disaster. Most languages are derived from the concepts of OOP. OOP has many advantages over POP.
To replace POP, OOP came in the scenario. OOP proffers modular structure makes it good for defining abstract data types in which implementation details are hidden.
Also, once created objects can be reused many times in different programs. It causes the low-cost software development. It works with real-life scenarios. So, it is still a good approach to software development. -
1 Answer(s)