What are the benefits of object oriented programming as compared to functional programming?
Anonymous
Inheritance employed in OOP(Object Oriented Programming) make reusing useful or repeating code super easy. The modularity brought about by using objects allows you to troubleshoot problems easier since when things go wrong, the problem occurs in the module that failed or something that was interacting with it. Polymorphism is also a fun advantage to OOP since it allows you to essentially add features to an object without the need of changing the entire object from the ground up
Check out your Company Bowl for anonymous work chats.