Answer:Consider a class D, which is inherited from two classes B and C. The classes B and C inherited the members from class A. Which feature of C++ does allow you to handle such kind of multipath inheritance?
Options
a) Abstract class
b) Virtual base class
c) Duplicate class
d) None of the above
Answer : b) Virtual base class