From 1418bb2fd7e1bb6773c027a352710a5ecdb7752c Mon Sep 17 00:00:00 2001 From: NehaKeshan <39170739+NehaKeshan@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:12:06 -0400 Subject: [PATCH] Update README.md Updated with Multiple Inheritance Note --- lectures/26_inheritance/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lectures/26_inheritance/README.md b/lectures/26_inheritance/README.md index 3663b6a..7c225ba 100644 --- a/lectures/26_inheritance/README.md +++ b/lectures/26_inheritance/README.md @@ -187,6 +187,10 @@ member functions should be in each class? - And see [example 3](multiple_level_inheritance.cpp) for a multiple level inheritance example. + Note: + + ![alt text](Note_multipleInheritance.png "MultipleInheritance_note") + ## 26.11 Introduction to Polymorphism - Let’s consider a small class hierarchy version of polygonal objects: