1.

What are some advantages of using OOPs?

Answer»
  • OOPs is very helpful in solving very complex LEVEL of problems.
  • Highly complex programs can be created, handled, and maintained easily using object-oriented programming.
  • OOPs, promote code reuse, thereby reducing redundancy.
  • OOPs also HELPS to hide the unnecessary details with the help of Data Abstraction.
  • OOPs, are based on a bottom-up approach, unlike the Structural programming paradigm, which USES a top-down approach.
  • Polymorphism offers a LOT of FLEXIBILITY in OOPs.


Discussion

No Comment Found