Python for Testers #37 – Multilevel Inheritance in Python

In this Python for Testers Tutorial we will learn about Multilevel Inheritance in python. This video will cover in detail about Multilevel Inheritance with examples.

With Python multilevel inheritance the sub class can inherit from derived class and it can be of any depth. The features of the base class and inherited class are inherited into the new derived class.