Polymorphism involves:

a) the same message sent to a variety of objects of types related by inheritance
b) a specific message sent to each specific object
c) different messages sent to one object
d) None of the above.

a) the same message sent to a variety of objects of types related by inheritance

Computer Science & Information Technology

You might also like to view...

In a desktop PC, the ________ is sometimes referred to as the tower box, computer, or console

A) central processing unit (CPU) B) hardware C) system unit D) motherboard

Computer Science & Information Technology

If a recursive module has no code to stop it from repeating, then it is like a(n) __________ loop.

a. For b. While c. infinite d. Do-Until

Computer Science & Information Technology