python tutorial - Multilevel Inheritance | Multilevel Inheritance in Python - learn python - python programming
- Multilevel inheritance is also possible in Python unlike other programming languages.
- You can inherit a derived class from another derived class.
- This is known as multilevel inheritance. In Python, multilevel inheritance can be done at any depth.
- An example with corresponding visualization is given below.