KwickClips Cyber Safety and Ethics · 42 sec · free
Which is the parent?
Short answer. The base class.
How do you derive a class?
With a colon: class D : public B.
Remember
| Base: the parent class |
| Derived: the child class |
| class D : public B |
Student and Teacher both need age. Write it twice? No. Person is the base class. Kid is derived from it. Kid gets age for free, so it prints sixteen. Base is the parent. Derived is the child. Use a colon to derive.
This clip is from the full lesson: Inheritance: Extending Classes — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: NIOS Senior Secondary Computer Science (330), Programming All levels C++
More KwickClips from this lesson
What mode does a class use if none is written?41 sec
What does multiple mean?40 sec
Which constructor runs first?43 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.

