Solved

If a Derived Class Inherits from Two Base Classes That

Question 2

Multiple Choice

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.

Correct Answer:

verifed

Verified

Related Questions