NomanProdhan
Level 1
Write the reason you're deleting this FAQ
A class can inherit the attributes of two or more classes. This is known as multiple inheritance. Multiple Inheritance allows us to combine the features of several existing classes as a starting point for defining new classes. It is like a child inheriting the physical features of one parent and the intelligence of another. Lets see an example program of multiple inheritance in C++....