Multiple choice

Which of the following is not an advantage of Object Oriented Programming?

  1. Reusability of code

  2. Polymorphism

  3. Data abstraction

  4. Encapsulation

  5. Virtual function

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This feature is not the advantage,  but it is related to OOPs.