KwickClips Python · 38 sec · free
How does a child class inherit?
Short answer. Put the parent class in brackets after the child's name.
What does Bike().go() print?
Go.
Remember
| Parent's name goes in brackets |
| Child gets the parent's methods |
Why write the same method twice? A child class can inherit it. Bike is the child, with Vehicle in brackets. It has no go method, so it uses Vehicle's and returns Go. Put the parent in brackets. The child gets its methods.
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
Why is the name missing in my child class?42 sec
What is overriding?39 sec
What is multilevel inheritance?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.

