Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Hi Guys,
May I know whats the Difference between Function overloading and Method overloading in C#.

Thanks
Posted

Nothing, method is another name for function, or subroutine. They are all synonyms (in C# that is, in VB they are a little different).
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Sep-13 17:16pm    
5ed. This term, "overloading" is so sloppy. In confused so many beginners, even though the feature itself is just most primitive. Nothing is actually "overloaded", just because nothing is "loaded".
In .NET, proper name for function or procedure is "method". In C#, there are no keywords "procedure", "sub" or "function".
—SA
Ron Beyer 25-Sep-13 17:37pm    
Thanks Sergey.
Method is another name for functions in C#. So same kind of thing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900