__________ refers to the ability to associate many meanings to one method name by means of the late binding mechanism.

(a) Inheritance
(b) Encapsulation
(c) Polymorphism
(d) None of the above


(c) Polymorphism

Computer Science & Information Technology

You might also like to view...

Which of the following will not change the file-position pointer to the same position as the others? Assume a 10-byte file size and a current position at byte # 1.

a. fileObject.seekg( 2 ); b. fileObject.seekg( 1, ios::cur ); c. fileObject.seekg( 2, ios::beg ); d. fileObject.seekg( 8, ios::end );

Computer Science & Information Technology

A loop is a control structure that causes certain statements to be executed over and over until certain conditions are met.

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

Computer Science & Information Technology

Which of the following terms best describe the process of connecting (or linking) strings together?

A. string meshing B. string constructing C. string linkage D. string concatenation

Computer Science & Information Technology

Which of the following would be an example of prohibited content?

A. Third party proxy sites B. Malicious Cookie C. Detected Virus D. Unwanted Pop-up

Computer Science & Information Technology