ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is that concept in type theory in which a single name may denote objects of many different classes that are related by some common super class referred to ______
Correct Answer: C — Polymorphism
Polymorphism is a feature of object oriented programming that usually takes the ability of creating an object, or variable, or a function in more than one form. Polymorphism exists when the features of inheritance and dynamic binding interact.