KwickClips Java · 42 sec · free
Can two methods have the same name?
Short answer. Yes, if their parameter lists differ in number, type or order.
Is a different return type enough?
No. That is a compile error.
Remember
| Same name, same class |
| Different parameter lists |
| Return type alone: error |
Two methods with the same name? Java allows it. This is overloading. The name is the same. The parameter lists differ in number or type. To sum up. Same name, same class. Different parameter lists. Return type alone is an error.
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
Which version runs for calc(5) when only long and double exist?42 sec
What is the main difference?41 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.

