Multi-Level Inheritance

This lesson talks about a hierarchy of classes when one class inherits from its parent class, and that parent class inherits from its parent class, and so on.

We'll cover the following

Introduction

In addition to single-level inheritance, Python also supports multi-level inheritance. This means that you can create a hierarchy of classes, each inheriting from its superclass. The following figure illustrates an example of multi-level inheritance.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy