The capability to inherit from more than one class is called ____.

A. multiple inheritance
B. collision
C. polyinheritance
D. dynamic method binding

Answer: A

Computer Science & Information Technology

You might also like to view...

Prove that if all sites use optimistic concurrency controls and if a two-phase commit protocol is used, distributed transactions are globally serializable.

What will be an ideal response?

Computer Science & Information Technology

Accessing a local variable outside the block in which the local variable is defined causes a _________ .

a) logic error b) compilation error c) runtime error d) None of the above.

Computer Science & Information Technology