Which of the following features is not supported by an object based language?
-
Inheritance
-
Polymorphism
-
Abstraction
-
Encapsulation
-
None of the above
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.