Which feature is needed to make a programming language object oriented mcq?
Answers
Answered by
6
Answer:
There are 7 basic features that define whether a programing language is pure OOP or not. The 4 basic features are inheritance, polymorphism, encapsulation and abstraction. Further, one is, object use is must, secondly, message passing and lastly, Dynamic binding.
Similar questions