Skip to content

Commit

Permalink
corrected multilevel inheritance image (jainaman224#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
availchet authored and jainaman224 committed Oct 30, 2016
1 parent d9f408c commit d6ee10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inheritance(C++)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We have **five** types of Inheritance. Namely,

In this type of inheritance the derived class inherits from a class, which in turn inherits from some other class. The Super class for one, is sub class for the other.

![_Multilevel Inheritance_](http://s3.amazonaws.com/readers/2010/02/27/multilevelinheritance_1.png)
![_Multilevel Inheritance_](http://csharpcorner.mindcrackerinc.netdna-cdn.com/UploadFile/346588/how-to-use-multilevel-inheritance-in-java/Images/multilevel.jpg)

5. **Hybrid Inheritance**

Expand Down

0 comments on commit d6ee10b

Please sign in to comment.