Community

Understanding the Intricacies of Multiple Inheritance in C++

(Manoj Debnath) Multiple inheritance basically means a class derived from more than one base classes. This is an efficient class design to reuse the properties of multiple classes into a single composite class.