What is polymorphism and how does it relate to late binding?

What will be an ideal response?


Polymorphism refers to the ability to associate multiple meanings to one method name by means of the late binding mechanism. Polymorphism and late binding are technically the same topic.

Computer Science & Information Technology

You might also like to view...

Which of the following represents the efficiency of the insertion sort?

a. O(1) b. O(n) c. O(n2) d. None of the above.

Computer Science & Information Technology

What is the value of alpha[2] after the following code executes?  int alpha[5];int j;for (j = 0; j < 5; j++)  alpha[j] = 2 * j + 1; 

A. 1 B. 4 C. 5 D. 6

Computer Science & Information Technology

Once an algorithm is formally specified, the ____ carries out the steps of the algorithm.

a. builder b. appellation c. computing agent d. addressing agent

Computer Science & Information Technology

Public key systems that generate random public keys that are different for each session are called _____.

A. Public Key Exchange (PKE) B. perfect forward secrecy C. Elliptic Curve Diffie-Hellman (ECDH) D. Diffie-Hellman (DH)

Computer Science & Information Technology