What is a virtual base class?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online C++ Virtual Functions Job Interview Questions And Answers