Hands-On Design Patterns with Java
上QQ阅读APP看书,第一时间看更新

Primary benefits of OOP

There are many benefits of OOP. Chief among them are the following:

  • Portability
  • Inheritance
  • Encapsulation
  • Polymorphism

Each of these aspects is detailed in the following sections.