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...

The most general style rule that can be applied to an element is a(n):

a. id attributes b. Selector with only element names c. Inherited rule d. Selector with more than one class

Computer Science & Information Technology

The search box provides a way to _____ web searches so that only the most appropriate results display.?

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

Computer Science & Information Technology

The ____________, __________, and ____________ are the only three forms of control necessary.

a) switch, if, else b) sequence, selection, iteration c) break, continue, if…else d) for, while, do…while

Computer Science & Information Technology

Every object in C# knows its own class and can access this information through method .

a) GetType() b) GetInformation() c) ObjectClass() d) ObjectInformation()

Computer Science & Information Technology