KwickClips Cyber Safety and Ethics · 42 sec · free
What makes a class abstract?
Short answer. At least one pure virtual function.
Can you make a pointer to it?
Yes.
Remember
| = 0 means pure virtual |
| Abstract: no objects |
| Derived class overrides it |
Shape s gives a compile error. Why? Area equals zero is a pure virtual function. A class with one is abstract. So we cannot create its objects. Equals zero means pure virtual. Abstract means no objects. Derived classes override it.
This clip is from the full lesson: Polymorphism and Virtual Functions — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels C++
More KwickClips from this lesson
Is overloading compile time or run time?40 sec
What is the function named?41 sec
Where is virtual written?40 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.

