C++ implements polymorphism by waiting until run-time to determine which version of a function to use. This is also known as ______________.

Fill in the blank(s) with the appropriate word(s).

late or dynamic binding

Computer Science & Information Technology

You might also like to view...

Which of the following is not true about EIGRP?

a. Cisco proprietary. b. Allows the use of VLSM. c. Considered a hybrid protocol. d. All the above are true.

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. Single array elements may not be used as function arguments. 2. An array name with no subscript is a pointer. 3. When an array is passed to a function, the function operates on a local copy of the array.

Computer Science & Information Technology