Python OOPs Concepts Day 5
Python OOPs Concepts Day 5
Concepts
01 Constructors 02 Inheritance
03 Abstraction 04 Encapsulation
05 Polymorphism
Single Inheritance
Multiple inheritance
Base Class
Child Class
Base Class
Child Class
Child Class 2
Child Class 2
In hierarchical inheritance, more than one child class inherits from the base class.