Multiple choice

Which of the following is not a feature of object oriented programming languages?

  1. There is mainly focus on the object.

  2. Code reusability.

  3. Data binding.

  4. Top down programming approach.

  5. None of the above

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

It is the feature of procedural programming languages and object oriented languages follow the bottom-up approach.