Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ What is a virtual base class?

An ambiguity can arise when several paths exist to a class from the same base class. This means that a child class could have duplicate sets of members inherited from a single base class.

 204 views

More Questions for you: