Which of the following statements about polymorphism is false?

a. With polymorphism, you can direct a variety of objects to behave in manners appropriate to those objects without even knowing their types.
b. With polymorphism, new types of objects that can respond to existing messages can easily be incorporated into a system without modifying the base system.
c. Polymorphism enables you to deal in specifics and let the execution-time environment concern itself with the generalities.
d. To get polymorphic behavior among existing objects, those objects must be instantiated from classes in the same inheritance hierarchy.

c. Polymorphism enables you to deal in specifics and let the execution-time environment concern itself with the generalities.

Computer Science & Information Technology

You might also like to view...

Which of the following is the best application to store large amounts of data?

A) Access B) PowerPoint C) Word D) Wordpad

Computer Science & Information Technology

An embedded object maintains the structure of the original application and maintains a connection to the source file

Indicate whether the statement is true or false

Computer Science & Information Technology