Question

In the context of ADTs, what does "polymorphism" refer to?

A The ability of an ADT to store multiple types of data. Correct Answer Incorrect Answer
B The ability to perform different operations on the same data type. Correct Answer Incorrect Answer
C The ability to create many instances of an ADT. Correct Answer Incorrect Answer
D The ability to perform the same operation on different data types. Correct Answer Incorrect Answer

Solution

The ability to perform the same operation on different data types.

Practice Next

Relevant for Exams:

×
×