Unlike many other object-oriented programming languages, C++ allows multiple inheritance . Multiple inheritance allows a child class to inherit from more than one parent class.
Unlike many other object-oriented programming languages, C++ allows multiple inheritance . Multiple inheritance allows a child class to inherit from more than one parent class.