1.
In C++, which type of inheritance allows a class to inherit properties and behavior from multiple base classes?

8.
What happens if a derived class redefines a method that is already defined in its base class in C++?

9.
In C++, which type of inheritance is not supported directly but can be achieved using a combination of other types of inheritance?