Multiple choice The derived class having more than one parent is called as ___________ Multilevel inheritance Multiple inheritance Single inheritance Hierarchical inheritance Reveal answer Fill a bubble to check yourself B Correct answer Explanation Multiple inheritance is a form of inheritance in which there are one or more base classes which can be inherited onto the derived classes.