KwickClips Cyber Safety and Ethics · 41 sec · free
What is the function named?
Short answer. operator+.
Can overloading change precedence?
No.
Remember
| Function name: operator+ |
| Precedence stays the same |
| Not :: . ?: sizeof |
Can plus add two bill objects? Yes, if you define it. B is a bill. Operator plus returns a bill with the sum. So ten plus twenty five prints thirty five. Name it operator plus. Precedence stays the same. A few cannot be overloaded.
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
Where is virtual written?40 sec
What makes a class abstract?42 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.

