KwickClips Java · 41 sec · free
What is the main difference?
Short answer. Overloading changes the parameter list in one class; overriding keeps the signature in a child class.
When is each decided?
Overloading at compile time, overriding at run time.
The difference
| Point | Overload | Override |
|---|---|---|
| Where | same class | child class |
| Parameters | differ | same |
| Decided | compile time | run time |
Remember
| Overload: new parameters |
| Override: same signature |
They sound alike, but differ. Three differences. Overload is one class, override a child. Overload changes parameters, override keeps them. Overload is fixed at compile time. Overload means new parameters. Override keeps the signature.
This clip is from the full lesson: Method Overloading — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: ICSE Class 10 Computer Applications, ICSE Class 10 Computer Applications, ISC Class 12 Computer Science (868), Programming All levels Java
More KwickClips from this lesson
Can two methods have the same name?42 sec
Which version runs for calc(5) when only long and double exist?42 sec
How do you find cube and cuboid volume with one name?36 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.

