1.

How many basic features of OOP are required for a programming language to be purely OOP?(a) 7(b) 6(c) 5(d) 4The question was asked in homework.My question is from OOPs Features topic in section OOPs Concept & Features of Object Oriented Programming

Answer»

Right choice is (a) 7

Easy explanation - 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.



Discussion

No Comment Found

Related InterviewSolutions