The capability to inherit from more than one class is called ____.
A. multiple inheritance
B. collision
C. polyinheritance
D. dynamic method binding
Answer: A
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
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).
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
Every object in C# knows its own class and can access this information through method .
a) GetType() b) GetInformation() c) ObjectClass() d) ObjectInformation()