KwickClips Python · 39 sec · free
What is multilevel inheritance?
Short answer. A class inherits from a class that already inherits from another.
What does Monitor().go() print?
Go, found two levels up in Person.
Remember
| A child can be a parent too |
| Python climbs up level by level |
Can a class inherit from a class that already inherits? Yes. Monitor inherits from Student, which inherits from Person. Python climbs two levels to find go, and prints Go. A child can be a parent too. Python climbs level by level.
This clip is from the full lesson: Inheritance and Method Overriding in Python — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels Python, Programming All levels Java
More KwickClips from this lesson
How does a child class inherit?38 sec
Why is the name missing in my child class?42 sec
What is overriding?39 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

