they are written. This is called __________ execution.
a) inline
b) seeking
c) ordered
d) sequential
Q1: 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.
Which statement about precedence is false?