Multiple choice

Which is the best suited option in context with OOP features in Java programing language?

  1. High vulnerability

  2. Increasing productivity

  3. Non reusability

  4. Increasing maintenance cost

  5. None of these

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

Object Oriented Programing increases productivity by giving reusability of the codes. It means that the code generated once can be used multiple times appliying  Object Oriented Programing concepts.