View Full Version : what do you mean by method overloading?
PonchoShop
07-11-2017, 10:29 AM
what do you mean by method overloading?
mspcarservice
07-12-2017, 06:48 AM
Method Overloading is a feature that allows a class to have two or more methods having same name, if their argument lists are different.
ajay49560
07-12-2017, 09:21 AM
In some programming languages, function overloading or method overloading is the ability to create multiple methods of the same name with different implementations. Calls to an overloaded function will run a specific implementation of that function appropriate to the context of the call, allowing one function call to perform different tasks depending on context.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.