1.

What do you call the languages that support classes but not polymorphism?(a) Class based language(b) Procedure Oriented language(c) Object-based language(d) If classes are supported, polymorphism will always be supportedI had been asked this question in examination.This key question is from Polymorphism topic in chapter OOPs Concept & Features of Object Oriented Programming

Answer» CORRECT choice is (c) Object-based LANGUAGE

Explanation: The languages which support classes but doesn’t support POLYMORPHISM, are known as object-based languages. Polymorphism is such an important FEATURE, that is a language doesn’t support this feature, it can’t be called as a OOP language.


Discussion

No Comment Found

Related InterviewSolutions