C++ Virtual Functions Question:
Download Job Interview Questions and Answers PDF
What is a virtual base class?
Answer:
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.
Download C++ Virtual Functions Interview Questions And Answers
PDF
Previous Question | Next Question |
What is virtual methods? | What is Virtual base class uses? |