Multiple choice In C++, if a class is derived from another derived class, then what is it known as? Multiple inheritance Multilevel inheritance Single inheritance Hierarchical inheritance Protected inheritance Reveal answer Fill a bubble to check yourself B Correct answer Explanation Deriving a class from another derived class is known as multilevel inheritance.