Loading practice questions
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
Explanation:
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.