Wednesday 19 February 2014

Multipath Inheritance

When a class is derived from two or more classes which are derived from the same base class then such type of inheritance is called multipath inheritance.

 
Here class 'D' derived from classes 'B' and 'C', which are derived from same base class 'A'.

Hybrid Inheritance                                                 Method Overriding                                                 Home

1 comment: