KwickClips Python · 41 sec · free
What is a class?
Short answer. A blueprint for making objects.
Why does a is b print False?
Each call of Phone() makes a new, separate object.
Remember
| Class: the blueprint |
| Object: one thing made from it |
One design makes lakhs of phones. Python does too. A class is the blueprint. Each call of Phone makes a new object, so a and b are separate. Same object? No, so False. A class is the blueprint. An object is made from it.
This clip is from the full lesson: Object Oriented Python: Classes, Objects and __init__ — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Computer Science (083), Programming All levels Python, Programming All levels Python, Programming All levels Python
More KwickClips from this lesson
What is self?40 sec
Why does aman.marks have no brackets?37 sec
What is __str__ used for?39 sec
How does withdraw stop overdrawing?37 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.

