Multiple choice

Which of the following features is not supported by an object based language?

  1. Inheritance

  2. Polymorphism

  3. Abstraction

  4. Encapsulation

  5. None of the above

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

Object based languages do not support inheritance, which is the fundamental property of the object oriented programming. These languages support all other properties of object oriented programming except inheritance while object oriented languages do support all the features of OOPs.