When member functions behave differently depending on which object performed the call, this is an example of

a. chaos theory
b. virtual insubordination
c. polymorphism
d. encapsulation
e. None of these

c. polymorphism

Computer Science & Information Technology

You might also like to view...

An RGB color is formed by combining different amounts of red, green, and blue, with the amount of each color being an integer from the range 0-____.

A. 255 B. 65,535 C. 16,777,215 D. 4,294,967,295

Computer Science & Information Technology

Which one of the following statements is true with regard to a producer/consumer relationship with one producer and one consumer?

a. A producer can never produce faster than the consumer is consuming. b. A consumer can never consume faster than the producer is producing. c. A producer can produce more items than a consumer consumes. d. A consumer can consume more items than a producer produces.

Computer Science & Information Technology