11.
In C++, if a derived class does not define a constructor, which constructor of the base class is called during the object creation of the derived class?

13.
What is the name given to the feature of C++ where a class inherits features from more than one base class?

14.
In C++, which type of inheritance allows a class to inherit from multiple classes directly or indirectly?

20.
In C++, which type of inheritance involves inheriting from multiple base classes, but only inheriting one level deep from each base class?