If a derived class inherits from two base classes that both define a certain member function, then an ambiguity problem will arise when:

a. An object of a base class calls that certain member function.
b. An object of the derived class calls that certain member function.
c. A pointer of a base class type pointing to an object of the derived class calls that certain member function.
d. None of the above.


b. An object of the derived class calls that certain member function.

Computer Science & Information Technology

You might also like to view...

A predefined set of formats that can be applied text, a paragraph, a table cell, or a list is a ________

A) prototype B) font C) style D) template

Computer Science & Information Technology

When sending a thank you letter to a company that is more formal and traditional, you may want to send the letter using e-mail

Indicate whether the statement is true or false

Computer Science & Information Technology

You should only add multimedia to your Web pages to increase your site's accessibility or to provide entertainment.

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

Computer Science & Information Technology

Every node (except of the last node) in a singly linked list contains ____.

A. the next node B. no address information C. the address of the next node D. the address of the previous node

Computer Science & Information Technology