Multiple choice Which of the following statements is/are not true about inheritance in C++? There is no multiple inheritance in C++. C++ supports multilevel inheritance. Hybrid inheritance is possible in C++. Both (1) and (3) None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is a false statement as C++ determines multilevel inheritance and in that case, a single derived class can inherit from two or more base classes.