Update README.md

Updated with Multiple Inheritance Note
This commit is contained in:
NehaKeshan
2024-04-16 13:12:06 -04:00
committed by GitHub
parent 3ba5d24fda
commit 1418bb2fd7

View File

@@ -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
- Lets consider a small class hierarchy version of polygonal objects: