I have an abstract base class which acts as an interface.
I have two \"sets\" of derived classes, which implement half of the abstract class. ( one \"set\" defines t
I found a good and simple example at the below link. The article explains with an example program for calculating the area and perimeter of a rectangle. You can check it..cheers
Multilevel Inheritance is an inheritance hierarchy wherein one derived class inherits from multiple Base Classes. Read more..
http://www.mobihackman.in/2013/09/multiple-inheritance-example.html