My Hindi Forum

My Hindi Forum (http://myhindiforum.com/index.php)
-   Tech Talks (http://myhindiforum.com/forumdisplay.php?f=20)
-   -   What are the differences between Method Overloading and Method Overriding? (http://myhindiforum.com/showthread.php?t=90)

rajesh 30-12-2009 09:21 PM

What are the differences between Method Overloading and Method Overriding?
 
Method overloading: When 2 or more methods in a class have the same method names with different arguments, it is said to be method overloading. Overloaded methods must have different method signatures

Method overriding : When a method in a class has the same method name with same arguments as that of the superclass,
it is said to be method overriding. Overridden methods must have same signature.

Actually overloading and overriding are different aspects of polymorphism.

static/early binding polymorphism: overloading
dynamic/late binding polymorphism: overriding


All times are GMT +5. The time now is 07:48 AM.

Powered by: vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
MyHindiForum.com is not responsible for the views and opinion of the posters. The posters and only posters shall be liable for any copyright infringement.